Explorar el Código

Fix licensing status fixture

Fixes the licence status fixture in integration testing. This change will
fix the failing dashboard test due to expired licence fixture.
Daniel Vincze hace 1 año
padre
commit
34510f1f2d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      cypress/fixtures/licences/appliance-status.json

+ 2 - 2
cypress/fixtures/licences/appliance-status.json

@@ -1,8 +1,8 @@
 {
   "appliance_licence_status": {
     "appliance_id": "29b06e8f-2ae3-4267-a1ec-c587e732391e",
-    "earliest_licence_expiry_time": "2024-09-09T11:58:40Z",
-    "latest_licence_expiry_time": "2024-09-09T11:58:40Z",
+    "earliest_licence_expiry_time": "2034-09-09T11:58:40Z",
+    "latest_licence_expiry_time": "2034-09-09T11:58:40Z",
     "current_performed_migrations": 5,
     "current_performed_replicas": 1,
     "lifetime_performed_migrations": 8,