Skip to content

Commit 2d5f341

Browse files
abhishekmsinghnejch
authored andcommitted
test: fix import export test
1 parent 6ca4dda commit 2d5f341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/objects/test_project_import_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_import_project(gl, resp_import_project):
124124

125125

126126
def test_import_project_from_remote(gl, resp_import_project_from_remote):
127-
project_import = gl.projects.import_project_remote(
127+
project_import = gl.projects.import_project_from_remote(
128128
"https://whatever.com/url", "remote-project", "remote-project", "root"
129129
)
130130
assert project_import["import_status"] == "scheduled"

0 commit comments

Comments
 (0)