summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2025-01-15 02:49:10 +0200
committerMaxim Devaev <[email protected]>2025-01-15 02:49:10 +0200
commitda4da975ef54dac6c17699e2d1e4addefbec6d73 (patch)
tree3c8e599573336748073283bfc378930fbbc8af4c /testenv
parentb6c73aceb74cf6f3a376fc1223e9cc701a8f6ee5 (diff)
Revert "pikvm/pikvm#1459: TOTP valid_window=5"
This reverts commit b6c73aceb74cf6f3a376fc1223e9cc701a8f6ee5.
Diffstat (limited to 'testenv')
-rw-r--r--testenv/tests/apps/kvmd/test_auth.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testenv/tests/apps/kvmd/test_auth.py b/testenv/tests/apps/kvmd/test_auth.py
index cef16399..4fa1c8ae 100644
--- a/testenv/tests/apps/kvmd/test_auth.py
+++ b/testenv/tests/apps/kvmd/test_auth.py
@@ -69,7 +69,6 @@ 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="",
)
@@ -201,7 +200,6 @@ async def test_ok__disabled() -> None:
external_type="",
external_kwargs={},
- totp_valid_window=0,
totp_secret_path="",
)