test(billing): add assertion for end_date in billing subscription s… (#15341)

…ervice test
This commit is contained in:
Antoine Moreaux
2025-10-24 16:39:50 +02:00
committed by GitHub
parent e37b8b61ba
commit 2fdd15e1d9
@@ -2342,6 +2342,7 @@ describe('BillingSubscriptionService', () => {
'scheduleId',
expect.objectContaining({
currentPhaseSnapshot: {
end_date: expect.any(Number),
items: [
{ price: LICENSE_PRICE_ENTERPRISE_MONTH_ID, quantity: 7 },
{ price: METER_PRICE_ENTERPRISE_MONTH_TIER_HIGH_ID },