Skip to content

Commit b6f5284

Browse files
committed
Update test docstring
1 parent 5e96c03 commit b6f5284

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/integration/test_request_queue.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,8 +1200,7 @@ async def test_request_queue_api_fail_when_marking_as_handled(
12001200
"""Test that single-access based Apify RQ can deal with API failures when marking requests as handled.
12011201
12021202
Single-access based Apify RQ is aware that local information is reliable, so even if marking as handled fails
1203-
during API call, the RQ correctly tracks the handling information locally. It can even fix the missing handled
1204-
information on the platform later, when fetching next request later.
1203+
during API call, the RQ correctly tracks the handling information locally.
12051204
"""
12061205

12071206
monkeypatch.setenv(ApifyEnvVars.TOKEN, apify_token)

0 commit comments

Comments
 (0)