Skip to content

Commit f3a7669

Browse files
authored
Update test_utils.py
1 parent 6d3862b commit f3a7669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_process_headers():
1818
"""It should add a Spb- prefix to header names"""
1919
output = process_headers({"Accept-Language": "En-US"})
2020
assert output == {
21-
"User-Agent": "ScrapingBee-Python/2.0.0",
21+
"User-Agent": "ScrapingBee-Python/2.0.1",
2222
"Spb-Accept-Language": "En-US",
2323
}
2424

0 commit comments

Comments
 (0)