Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve concurrency #86

Merged
merged 6 commits into from
Nov 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename test
  • Loading branch information
lucaromagnoli committed Nov 14, 2024
commit 623a17b96fe2b9f741d452da2e74dfdd839c6e3c
2 changes: 1 addition & 1 deletion tests/integration/test_pw_extra_http_headers.py
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ def parse_headers(response: Response):
return headers


def test_scrape_books(data_service, user_agent):
def test_headers(data_service, user_agent):
data = tuple(data_service)
assert len(data) == 1
assert data[0]["headers"]["User-Agent"] == user_agent