0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed tests

no refs

- fixes default value used for member creation fixture
This commit is contained in:
Rishabh 2022-01-05 20:29:29 +05:30
parent cac9cc7ed4
commit d6f0cb7010

View file

@ -86,7 +86,7 @@ function getMemberData({
email = 'jamie@example.com',
firstname = 'Jamie',
subscriptions = [],
paid = true,
paid = false,
avatarImage: avatar_image = '',
subscribed = true
} = {}) {