Skip to content

Commit 1b28d62

Browse files
committed
Shorten default-allowlist test name
The asserted list can grow; the test name should not.
1 parent b32fc1d commit 1b28d62

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_telemetry_computer_and_playwright(monkeypatch: pytest.MonkeyPatch) -> None:
393+
def test_browser_routing_config_from_env_defaults(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)