From 52826b2324f8cd20ec0b6bc593eaf3e97b69d87d Mon Sep 17 00:00:00 2001 From: Rishabh Date: Thu, 21 Oct 2021 23:05:04 +0530 Subject: [PATCH] Updated fixtures for tests no refs --- ghost/portal/src/utils/fixtures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/src/utils/fixtures.js b/ghost/portal/src/utils/fixtures.js index a048c0dbee..51d9c6cfa7 100644 --- a/ghost/portal/src/utils/fixtures.js +++ b/ghost/portal/src/utils/fixtures.js @@ -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',