Skip to content

Commit

Permalink
fix test_HTTP_302_REDIRECT_NON_HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
setla committed Feb 4, 2024
1 parent c27bca3 commit 9598332
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 @@ -1125,7 +1125,7 @@ async def redirect(request):
app.router.add_get("/redirect", redirect)
client = await aiohttp_client(app)

with pytest.raises(InvalidUrlRedirectClientError):
with pytest.raises(NonHttpUrlRedirectClientError):
await client.get("/redirect")


Expand Down

0 comments on commit 9598332

Please sign in to comment.