Skip to content

Commit

Permalink
modify test for the path to ckanify_dcatus function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Oct 23, 2024
1 parent 6c604a3 commit 3dc3c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/harvest/test_exception_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_validation_exception(
assert interface_record.status == "error"
assert interface_errors[0].type == "ValidationException"

@patch("harvester.harvest.ckanify_dcatus", side_effect=Exception("Broken"))
@patch("harvester.utils.ckan_utils.ckanify_dcatus", side_effect=Exception("Broken"))
def test_dcatus_to_ckan_exception(
self,
ckanify_dcatus_mock,
Expand Down

1 comment on commit 3dc3c31

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 💤 0 ❌ 0 🔥 9.153s ⏱️

Please sign in to comment.