Skip to content

Commit 14566cf

Browse files
committed
change name
1 parent ee243b9 commit 14566cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/bulk_import/test_bulk_import_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def assert_file_content(url: str, predictions):
152152
def test_delete(client, configured_project, predictions):
153153

154154
id_param = "project_id"
155-
query_str = """query bulk_import_requests($%s: ID!) {bulkImportRequests(where: {projectId: $%s}) {id}}""" % (
155+
query_str = """query bulk_import_requestsPyApi($%s: ID!) {bulkImportRequests(where: {projectId: $%s}) {id}}""" % (
156156
id_param, id_param)
157157
name = str(uuid.uuid4())
158158

0 commit comments

Comments
 (0)