Skip to content

Commit f06e83c

Browse files
committed
Fix project name in test
1 parent 25949f4 commit f06e83c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/test_upload_images_from_public_urls.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
from pathlib import Path
2-
import superannotate as sa
3-
4-
sa.init(Path.home() / ".superannotate" / "config.json")
52

6-
test_root = Path().resolve() / 'tests'
3+
import superannotate as sa
74

85

96
def test_upload_images_from_public_urls_to_project():
10-
PROJECT_NAME = 'test_public_links_upload'
7+
PROJECT_NAME = 'test_public_links_upload1'
118

129
test_img_list = [
1310
'https://images.pexels.com/photos/3702354/pexels-photo-3702354.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940',

0 commit comments

Comments
 (0)