Skip to content

Commit

Permalink
fix: state is actually complete now?
Browse files Browse the repository at this point in the history
  • Loading branch information
nickumia-reisys committed Oct 2, 2023
1 parent 9cbc774 commit 2f98934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datajson/tests/test_datajson_ckan_all_harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def __init__(self, message):
print(self.harvest_objects[0])
print(self.harvest_objects[1])
assert self.harvest_objects[1].retry_times == 1
assert self.harvest_objects[1].state == "ERROR"
assert self.harvest_objects[1].state == "COMPLETE"

# run the parent later, like in a different queue
r2 = json.dumps({"harvest_object_id": self.harvest_objects[0].id})
Expand Down

0 comments on commit 2f98934

Please sign in to comment.