Updated fixtures for tests

no refs
This commit is contained in:
Rishabh 2021-10-21 23:05:04 +05:30
parent 909b81e7e4
commit 52826b2324

View File

@ -14,7 +14,7 @@ function objectId() {
export function getSiteData({
products = getProductsData({numOfProducts: 1}),
portalProducts = products.map(p => p.id),
portalPlans: portal_plans = ['yearly']
portalPlans: portal_plans = ['free', 'monthly', 'yearly']
} = {}) {
return {
title: 'The Blueprint',