Skip to content

Commit

Permalink
Fix licensing status fixture
Browse files Browse the repository at this point in the history
Fixes the licence status fixture in integration testing. This change will
fix the failing dashboard test due to expired licence fixture.
  • Loading branch information
Dany9966 committed Oct 8, 2024
1 parent e90eba1 commit 34510f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/fixtures/licences/appliance-status.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 34510f1

Please sign in to comment.