mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-09-03 07:19:55 +00:00
style: fix some typos and warnings
This commit is contained in:
@ -252,6 +252,6 @@ async def test_username_request(base: BaseView) -> None:
|
||||
|
||||
async def test_username_request_exception(base: BaseView) -> None:
|
||||
"""
|
||||
must not fail in case if cannot read request
|
||||
must not fail in case if it cannot read request
|
||||
"""
|
||||
assert await base.username() is None
|
||||
|
Reference in New Issue
Block a user