Преглед на файлове

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 преди 1 година
родител
ревизия
34510f1f2d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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,