Skip to content

Commit 0e379ce

Browse files
committed
update on another test
1 parent fd2ce14 commit 0e379ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/annotation_import/test_ndjson_validation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ def test_validate_ndjson_uuid(tmp_path, configured_project, predictions):
208208
ndjson.dump(repeat_uuid, f)
209209

210210
with pytest.raises(MALValidationError):
211-
configured_project.upload_annotations(name="name",
211+
configured_project.upload_annotations(name="name", validate=True
212212
annotations=str(file_path))
213213

214214
with pytest.raises(MALValidationError):
215-
configured_project.upload_annotations(name="name",
215+
configured_project.upload_annotations(name="name", validate=True
216216
annotations=repeat_uuid)
217217

218218

0 commit comments

Comments
 (0)