Skip to content

Commit fd2ce14

Browse files
committed
nit update
1 parent e59a6cd commit fd2ce14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/annotation_import/test_bulk_import_request.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@ def test_validate_ndjson_uuid(tmp_path, configured_project, predictions):
118118

119119
with pytest.raises(UuidError):
120120
configured_project.upload_annotations(name="name",
121+
validate=True,
121122
annotations=str(file_path))
122123

123124
with pytest.raises(UuidError):
124125
configured_project.upload_annotations(name="name",
126+
validate=True,
125127
annotations=repeat_uuid)
126128

127129

0 commit comments

Comments
 (0)