Skip to content

Commit b923c04

Browse files
committed
Tests update
1 parent aa5e4b7 commit b923c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/annotations/test_upload_annotations_from_folder_to_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_upload_large_annotations(self):
9595
def test_upload_big_annotations(self):
9696
sa.attach_items(
9797
self.PROJECT_NAME,
98-
[{"name": f" rst-lintaearth_mov_00{i}.jpg", "url": f"url_{i}"} for i in range(1, 6)] # noqa
98+
[{"name": f"aearth_mov_00{i}.jpg", "url": f"url_{i}"} for i in range(1, 6)] # noqa
9999
)
100100
sa.create_annotation_classes_from_classes_json(
101101
self.PROJECT_NAME, f"{self.big_annotations_folder_path}/classes/classes.json"

0 commit comments

Comments
 (0)