mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 13:38:33 +03:00
Standardize router names (#70)
This commit is contained in:
@@ -40,7 +40,7 @@ def test_alembic(db_session):
|
||||
|
||||
|
||||
@patch(
|
||||
"app.web.endpoints.url.crud.soft_delete_archive",
|
||||
"app.web.routers.url.crud.soft_delete_archive",
|
||||
side_effect=Exception("mocked error"),
|
||||
)
|
||||
def test_logging_middleware(m1, client_with_auth):
|
||||
|
||||
Reference in New Issue
Block a user