mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-12-19 13:43:42 +00:00
strict test checks
This commit is contained in:
@ -45,4 +45,4 @@ async def test_post(client: TestClient, mocker: MockerFixture) -> None:
|
||||
load_mock = mocker.patch("ahriman.core.status.watcher.Watcher.load")
|
||||
response = await client.post("/status-api/v1/packages")
|
||||
assert response.status == 204
|
||||
load_mock.assert_called_once()
|
||||
load_mock.assert_called_once_with()
|
||||
|
||||
Reference in New Issue
Block a user