Skip to content

Commit

Permalink
chore: extend market place subscription enddate (chore) (quay#2663)
Browse files Browse the repository at this point in the history
test: extend market place subscription enddate
  • Loading branch information
Sunandadadi authored Feb 8, 2024
1 parent df73b6e commit 80c184f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/test/test_marketplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"webCustomerId": 12345,
"quantity": 1,
"effectiveStartDate": 1704672000000,
"effectiveEndDate": 1707350399000,
"effectiveEndDate": 1807350399000,
},
{
"id": 2,
Expand All @@ -122,7 +122,7 @@
"webCustomerId": 12345,
"quantity": 2,
"effectiveStartDate": 1705467600000,
"effectiveEndDate": 1708145999000,
"effectiveEndDate": 1807350399000,
},
{
"id": 3,
Expand Down

0 comments on commit 80c184f

Please sign in to comment.