Skip to content

Commit

Permalink
updated management token expiry value
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithad0703 committed Dec 11, 2024
1 parent f930c9a commit 7e7c15e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sanity-check/mock/managementToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const createManagementToken = {
}
}
],
expires_on: '2024-12-10',
expires_on: '2025-12-10',
is_email_notification_enabled: true
}
}
Expand Down Expand Up @@ -64,7 +64,7 @@ const createManagementToken2 = {
}
}
],
expires_on: '2024-12-10',
expires_on: '2025-12-10',
is_email_notification_enabled: true
}
}
Expand Down

0 comments on commit 7e7c15e

Please sign in to comment.