Skip to content

Commit 392288f

Browse files
committed
update to test case after passing staging
1 parent 2793483 commit 392288f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/integration/annotation_import/test_bulk_import_request.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,17 +223,15 @@ def test_pdf_mal_bbox(client, configured_project_pdf):
223223
}
224224
},
225225
{
226-
'name':
227-
'checklist',
228-
'uuid':
229-
'9d7b2e57-d68f-4388-867a-af2a9b233719',
226+
'name': 'checklist',
227+
'uuid': '9d7b2e57-d68f-4388-867a-af2a9b233719',
230228
"dataRow": {
231229
"id": row['id']
232230
},
233231
'answer': [{
234-
'name': 'first_checklist_answer'
232+
'name': 'option1'
235233
}, {
236-
'name': 'second_checklist_answer'
234+
'name': 'optionN'
237235
}]
238236
},
239237
{

0 commit comments

Comments
 (0)