Skip to content

Commit bcd40f2

Browse files
fix: child is actually complete, not error
1 parent f9fe116 commit bcd40f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/datajson/tests/test_datajson_ckan_all_harvester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def __init__(self, message):
403403
if idf == 'OPM-ERround-0001':
404404
assert ho.state == 'COMPLETE'
405405
elif idf == 'OPM-ERround-0001-AWOL':
406-
assert ho.state == 'ERROR'
406+
assert ho.state == 'COMPLETE'
407407
ho_awol_id = ho.id
408408
elif idf == 'OPM-ERround-0001-Retire':
409409
assert ho.state == 'WAITING'

0 commit comments

Comments
 (0)