Skip to content

Commit 74056d5

Browse files
author
Matt Sokoloff
committed
setup project before import
1 parent bbf498e commit 74056d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/annotation_import/test_label_import.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ def test_get(client, project, annotation_import_test_helpers):
6767

6868

6969
@pytest.mark.slow
70-
def test_wait_till_done(client, project, predictions):
70+
def test_wait_till_done(client, configured_project, predictions):
7171
name = str(uuid.uuid4())
7272
label_import = LabelImport.create_from_objects(client=client,
73-
project_id=project.uid,
73+
project_id=configured_project.uid,
7474
name=name,
7575
labels=predictions)
7676

0 commit comments

Comments
 (0)