]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard/frontend: fix cypress env password 45915/head
authorLaura Flores <lflores@redhat.com>
Thu, 14 Apr 2022 20:42:05 +0000 (20:42 +0000)
committerLaura Flores <lflores@redhat.com>
Fri, 15 Apr 2022 22:15:25 +0000 (22:15 +0000)
"LOGIN_PASSWORD" should be "LOGIN_PWD". Bug introduced
in e9128c4.

Fixes: https://tracker.ceph.com/issues/55323
Signed-off-by: Laura Flores <lflores@redhat.com>
src/pybind/mgr/dashboard/frontend/cypress.json

index fa21e890f711abfe42cf3c2e9cee40f0526cba67..0de1008cb54023183884024bbfa583f78cf958c1 100644 (file)
@@ -21,6 +21,6 @@
   "retries": 1,
   "env": {
     "LOGIN_USER": "admin",
-    "LOGIN_PASSWORD": "admin"
+    "LOGIN_PWD": "admin"
   }
 }