We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be10ff0 commit 91d0666Copy full SHA for 91d0666
tests/integration/test_duplicate_image_upload.py
@@ -43,7 +43,7 @@ def test_single_image_upload(self):
43
)
44
self.assertEqual(len(uploaded), 0)
45
self.assertEqual(len(could_not_upload), 0)
46
- self.assertEqual(len(existing_images), 8)
+ self.assertEqual(len(existing_images), 4)
47
48
uploaded, could_not_upload, existing_images = sa.upload_images_to_project(
49
self.PROJECT_NAME, [f"{self.folder_path}/dd.jpg"]
0 commit comments