Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 4, 2024
1 parent d10d3d3 commit 37871a0
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 @@ -2487,7 +2487,7 @@ async def handler_request(request):
app.router.add_get("/redirect", handler_request)
client = await aiohttp_client(app)

with pytest.raises(InvalidRedirectURL, match=fr"^{error_message_url} - [a-zA-Z]+"):
with pytest.raises(InvalidRedirectURL, match=rf"^{error_message_url} - [a-zA-Z]+"):
await client.get("/redirect")


Expand Down

0 comments on commit 37871a0

Please sign in to comment.