From d6f0cb701038d0efeb20cb6b1cad005642896e76 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Wed, 5 Jan 2022 20:29:29 +0530 Subject: [PATCH] Fixed tests no refs - fixes default value used for member creation fixture --- 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 6665ad310b..d99661b6f9 100644 --- a/ghost/portal/src/utils/fixtures.js +++ b/ghost/portal/src/utils/fixtures.js @@ -86,7 +86,7 @@ function getMemberData({ email = 'jamie@example.com', firstname = 'Jamie', subscriptions = [], - paid = true, + paid = false, avatarImage: avatar_image = '', subscribed = true } = {}) {