Skip to content

Commit

Permalink
Update test parametrize declaration
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
setla and webknjaz authored Feb 9, 2024
1 parent 537bb82 commit 9c859a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9c859a4

Please sign in to comment.