Browse Source

Housekeeping

maziggy 1 month ago
parent
commit
1a31f84aaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/tests/integration/test_auth_api.py

+ 1 - 1
backend/tests/integration/test_auth_api.py

@@ -110,7 +110,7 @@ class TestAuthSetupAPI:
             json={
                 "auth_enabled": True,
                 "admin_username": "irrelevant",
-                "admin_password": "Ihk88LimT",
+                "admin_password": "NoSpecial1",
             },
         )