Skip to content

Commit 190ca50

Browse files
authored
Merge branch 'master' into consolidate-overview
2 parents aaf5b50 + ed35b6d commit 190ca50

File tree

3 files changed

+15
-51
lines changed

3 files changed

+15
-51
lines changed

.github/workflows/_check_code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@v6
2626
- name: Check spelling with typos
27-
uses: crate-ci/typos@v1.41.0
27+
uses: crate-ci/typos@v1.42.0
2828

2929
lint_check:
3030
name: Lint check

tests/integration/apify_api/test_request_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ async def test_pre_existing_request_with_user_data(
10971097
rq = request_queue_apify
10981098
request = Request.from_url(
10991099
'https://example.com',
1100-
user_data=custom_data,
1100+
user_data=custom_data.copy(),
11011101
)
11021102

11031103
# Add request by a different producer

0 commit comments

Comments
 (0)