Skip to content

Commit

Permalink
fix: child is actually complete, not error
Browse files Browse the repository at this point in the history
  • Loading branch information
nickumia-reisys committed Oct 2, 2023
1 parent f9fe116 commit bcd40f2
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 @@ -403,7 +403,7 @@ def __init__(self, message):
if idf == 'OPM-ERround-0001':
assert ho.state == 'COMPLETE'
elif idf == 'OPM-ERround-0001-AWOL':
assert ho.state == 'ERROR'
assert ho.state == 'COMPLETE'
ho_awol_id = ho.id
elif idf == 'OPM-ERround-0001-Retire':
assert ho.state == 'WAITING'
Expand Down

0 comments on commit bcd40f2

Please sign in to comment.