Skip to content

Commit

Permalink
Update tests/test_web_urldispatcher.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
thehesiod and webknjaz authored Apr 20, 2021
1 parent 0d63815 commit cdd4301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_web_urldispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ async def test_static_absolute_url(aiohttp_client: Any, tmp_path: Any) -> None:
("/{user_ids:([0-9]+)(,([0-9]+))*}/hello", "/467%2C802%2C24834/hello", 200),
("/1%2C3/hello", "/1%2C3/hello", 404),
),
ids=("urldecoded_route", "urlencoded_route"),
ids=("urldecoded_route", "urldecoded_route_with_regex", "urlencoded_route"),
)
async def test_decoded_url_match(
aiohttp_client,
Expand Down

0 comments on commit cdd4301

Please sign in to comment.