Skip to content

Commit d7c9210

Browse files
committed
test: add region to the fake browser fixture
The API spec gains region as a required field on browser responses (kernel/kernel#3270); strict response validation rejects the fixture without it. Safe against the current spec — models allow extra keys.
1 parent 15de938 commit d7c9210

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)