We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3862b commit f3a7669Copy full SHA for f3a7669
tests/test_utils.py
@@ -18,7 +18,7 @@ def test_process_headers():
18
"""It should add a Spb- prefix to header names"""
19
output = process_headers({"Accept-Language": "En-US"})
20
assert output == {
21
- "User-Agent": "ScrapingBee-Python/2.0.0",
+ "User-Agent": "ScrapingBee-Python/2.0.1",
22
"Spb-Accept-Language": "En-US",
23
}
24
0 commit comments