File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def test_upload_raises_upload_image_error(self):
35
35
"error" : {
36
36
"message" : "Invalid image." ,
37
37
"type" : "InvalidImageException" ,
38
- "hint" : "This image was already annotated; to overwrite the annotation, pass overwrite=true..."
38
+ "hint" : "This image was already annotated; to overwrite the annotation, pass overwrite=true..." ,
39
39
}
40
40
},
41
41
status = 400 ,
@@ -69,7 +69,7 @@ def test_upload_raises_upload_annotation_error(self):
69
69
"error" : {
70
70
"message" : "Image was already annotated." ,
71
71
"type" : "InvalidImageException" ,
72
- "hint" : "This image was already annotated; to overwrite the annotation, pass overwrite=true..."
72
+ "hint" : "This image was already annotated; to overwrite the annotation, pass overwrite=true..." ,
73
73
}
74
74
},
75
75
status = 400 ,
You can’t perform that action at this time.
0 commit comments