Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 3972e11

Browse files
committed
Updates Error name in unit test
1 parent 2055e25 commit 3972e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def test_run_local_server_timeout(
508508
# handle_request does nothing (simulating timeout), so last_request_uri remains None
509509
mock_server.handle_request.return_value = None
510510

511-
with pytest.raises(flow.WSGITimeout):
511+
with pytest.raises(flow.WSGITimeoutError):
512512
instance.run_local_server(timeout_seconds=1)
513513

514514
webbrowser_mock.get.assert_called_with(None)

0 commit comments

Comments
 (0)