mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-07-23 18:59:56 +00:00
refactor: fix warnings and typos, cleanup code
This commit is contained in:
@ -139,7 +139,7 @@ async def test_exception_handler_head() -> None:
|
||||
|
||||
async def test_exception_handler_method_not_allowed() -> None:
|
||||
"""
|
||||
must handle not allowed methodss
|
||||
must handle not allowed methods
|
||||
"""
|
||||
request = pytest.helpers.request("", "", "POST")
|
||||
request_handler = AsyncMock(side_effect=HTTPMethodNotAllowed("POST", ["GET"]))
|
||||
|
Reference in New Issue
Block a user