Skip to content

Commit b32fc1d

Browse files
committed
Rename default-allowlist test to match the new list
The default now includes computer and playwright, not just curl.
1 parent cad8abe commit b32fc1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_browser_routing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def test_browser_route_from_browser_requires_base_url_and_jwt() -> None:
390390
assert browser_route_from_browser({**_fake_browser(), "cdp_ws_url": None}) is None
391391

392392

393-
def test_browser_routing_config_from_env_defaults_to_curl(monkeypatch: pytest.MonkeyPatch) -> None:
393+
def test_browser_routing_config_from_env_defaults_to_curl_telemetry_computer_and_playwright(monkeypatch: pytest.MonkeyPatch) -> None:
394394
monkeypatch.delenv("KERNEL_BROWSER_ROUTING_SUBRESOURCES", raising=False)
395395
assert browser_routing_config_from_env().subresources == (
396396
"curl",

0 commit comments

Comments
 (0)