From 80c184f168103046b8a2bfab1597ae53a1fbaa8f Mon Sep 17 00:00:00 2001 From: Sunandadadi Date: Thu, 8 Feb 2024 11:09:56 -0500 Subject: [PATCH] chore: extend market place subscription enddate (chore) (#2663) test: extend market place subscription enddate --- util/test/test_marketplace.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/test/test_marketplace.py b/util/test/test_marketplace.py index 980ce4f753..426ab03bdb 100644 --- a/util/test/test_marketplace.py +++ b/util/test/test_marketplace.py @@ -108,7 +108,7 @@ "webCustomerId": 12345, "quantity": 1, "effectiveStartDate": 1704672000000, - "effectiveEndDate": 1707350399000, + "effectiveEndDate": 1807350399000, }, { "id": 2, @@ -122,7 +122,7 @@ "webCustomerId": 12345, "quantity": 2, "effectiveStartDate": 1705467600000, - "effectiveEndDate": 1708145999000, + "effectiveEndDate": 1807350399000, }, { "id": 3,