Skip to content

Commit 08953e4

Browse files
committed
project request bir
1 parent b99b8f7 commit 08953e4

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
@@ -147,7 +147,7 @@ def assert_file_content(url: str, predictions):
147147
assert response.text == ndjson.dumps(predictions)
148148

149149

150-
def test_bulk_import_requests(client, configured_project, predictions):
150+
def test_project_bulk_import_requests(client, configured_project, predictions):
151151
result = configured_project.bulk_import_requests()
152152
assert len(list(result)) == 0
153153

0 commit comments

Comments
 (0)