Skip to content

Commit

Permalink
Update test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daolf authored Oct 17, 2023
1 parent 6d3862b commit c9e8338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_process_headers():
"""It should add a Spb- prefix to header names"""
output = process_headers({"Accept-Language": "En-US"})
assert output == {
"User-Agent": "ScrapingBee-Python/2.0.0",
"User-Agent": "ScrapingBee-Python/2.0.1",
"Spb-Accept-Language": "En-US",
}

Expand Down

0 comments on commit c9e8338

Please sign in to comment.