From e401311871eb4236592db54132c9833ca0b76af1 Mon Sep 17 00:00:00 2001 From: Aniket Shikhare <62753263+AniketDev7@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:17:14 +0530 Subject: [PATCH] fix: update management token expiry date from 2025-12-10 to 2028-12-10 --- test/sanity-check/mock/managementToken.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sanity-check/mock/managementToken.js b/test/sanity-check/mock/managementToken.js index 5511d079..07bbc4ac 100644 --- a/test/sanity-check/mock/managementToken.js +++ b/test/sanity-check/mock/managementToken.js @@ -29,7 +29,7 @@ const createManagementToken = { } } ], - expires_on: '2025-12-10', + expires_on: '2028-12-10', is_email_notification_enabled: true } } @@ -64,7 +64,7 @@ const createManagementToken2 = { } } ], - expires_on: '2025-12-10', + expires_on: '2028-12-10', is_email_notification_enabled: true } }