Skip to content

Commit 6cddf2b

Browse files
authored
Merge pull request #5 from kernel/hypeship/region-fixture
test: add region to the fake browser fixture
2 parents 15de938 + d7c9210 commit 6cddf2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_browser_routing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def _fake_browser() -> dict[str, object]:
3232
"headless": True,
3333
"stealth": False,
3434
"timeout_seconds": 60,
35+
"region": "us-east",
3536
}
3637

3738

0 commit comments

Comments
 (0)