Add return type to async tests without arguments (#87612)
This commit is contained in:
parent
ea32a2ae63
commit
aa00114c2f
51 changed files with 117 additions and 117 deletions
|
@ -106,7 +106,7 @@ def test_parse_url_path():
|
|||
assert indieauth._parse_url("http://ex.com").path == "/"
|
||||
|
||||
|
||||
async def test_verify_redirect_uri():
|
||||
async def test_verify_redirect_uri() -> None:
|
||||
"""Test that we verify redirect uri correctly."""
|
||||
assert await indieauth.verify_redirect_uri(
|
||||
None, "http://ex.com", "http://ex.com/callback"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue