From 5d8480e7f099283c9ae03a59f09d11f53bace4e9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:19:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_client_ws.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_client_ws.py b/tests/test_client_ws.py index fc25833026b..0db13a1c5b7 100644 --- a/tests/test_client_ws.py +++ b/tests/test_client_ws.py @@ -141,6 +141,7 @@ async def test_ws_connect_read_timeout_reset_to_max( assert hdrs.ORIGIN not in m_req.call_args[1]["headers"] assert resp.connection.protocol.read_timeout == 1.0 + async def test_ws_connect_with_origin(key_data, loop) -> None: resp = mock.Mock() resp.status = 403