maziggy hace 4 meses
padre
commit
1a31f84aaf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",
             },
         )