Skip to content

Commit d281b8f

Browse files
committed
Clarify stream cancellation test scope
1 parent b2d8ebd commit d281b8f

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
@@ -122,7 +122,7 @@ def test_telemetry_stream_routes_directly_to_vm(monkeypatch: pytest.MonkeyPatch)
122122

123123

124124
@pytest.mark.asyncio
125-
async def test_async_telemetry_stream_cancellation_survives_direct_routing(
125+
async def test_async_telemetry_stream_cancellation_reaches_transport(
126126
monkeypatch: pytest.MonkeyPatch,
127127
) -> None:
128128
monkeypatch.setenv("KERNEL_BROWSER_ROUTING_SUBRESOURCES", "telemetry/stream")

0 commit comments

Comments
 (0)