Преглед изворни кода

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,