Skip to content

Commit 2be52ea

Browse files
committed
Fix
1 parent 25ddade commit 2be52ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/apify_api/test_request_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ def return_unprocessed_requests(requests: list[dict], *_: Any, **__: Any) -> dic
11791179
}
11801180

11811181
with mock.patch(
1182-
'apify_client.clients.resource_clients.request_queue.RequestQueueClientAsync.batch_add_requests',
1182+
'apify_client._resource_clients.request_queue.RequestQueueClientAsync.batch_add_requests',
11831183
side_effect=return_unprocessed_requests,
11841184
):
11851185
# Simulate failed API call for adding requests. Request was not processed and should not be cached.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)