Skip to content

Commit 80c371c

Browse files
committed
Fix tests for new test_case
1 parent 9f89e3f commit 80c371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/test/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3320,7 +3320,7 @@ def test_pull_project(mc: MerginClient, mc2: MerginClient):
33203320
"""Test pull_project method"""
33213321
test_project = "test_pull_project_created"
33223322
test_project_to_pull = "test_pull_project_created_2"
3323-
project = API_USER + "/" + test_project
3323+
project = create_project_path(test_project, mc)
33243324
project_dir = os.path.join(TMP_DIR, test_project)
33253325
project_dir_to_pull = os.path.join(TMP_DIR, test_project_to_pull)
33263326
project_dir_to_pull_v1 = os.path.join(TMP_DIR, test_project_to_pull + "_v1")

0 commit comments

Comments
 (0)