From 9c859a4b6c20da6ba7ad2ff7cd5f8317724157d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Setla?= <38295919+setla@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:23:20 +0100 Subject: [PATCH] Update test parametrize declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- tests/test_client_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client_functional.py b/tests/test_client_functional.py index 89a161aa7bd..1343e655ff3 100644 --- a/tests/test_client_functional.py +++ b/tests/test_client_functional.py @@ -2459,7 +2459,7 @@ async def handler_redirect(request): @pytest.mark.parametrize( - "invalid_redirect_url, error_message_url, expected_exception_class", + ("invalid_redirect_url", "error_message_url", "expected_exception_class"), ( # yarl.URL.__new__ raises ValueError ("http://:/", "http://:/", InvalidUrlRedirectClientError),