summaryrefslogtreecommitdiff
path: root/testenv/tests/apps/kvmd/test_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/tests/apps/kvmd/test_auth.py')
-rw-r--r--testenv/tests/apps/kvmd/test_auth.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testenv/tests/apps/kvmd/test_auth.py b/testenv/tests/apps/kvmd/test_auth.py
index 4fa1c8ae..cef16399 100644
--- a/testenv/tests/apps/kvmd/test_auth.py
+++ b/testenv/tests/apps/kvmd/test_auth.py
@@ -69,6 +69,7 @@ async def _get_configured_manager(
external_type=("htpasswd" if external_path else ""),
external_kwargs=(_make_service_kwargs(external_path) if external_path else {}),
+ totp_valid_window=0,
totp_secret_path="",
)
@@ -200,6 +201,7 @@ async def test_ok__disabled() -> None:
external_type="",
external_kwargs={},
+ totp_valid_window=0,
totp_secret_path="",
)