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:
parent
cac9cc7ed4
commit
d6f0cb7010
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ function getMemberData({
|
|||
email = 'jamie@example.com',
|
||||
firstname = 'Jamie',
|
||||
subscriptions = [],
|
||||
paid = true,
|
||||
paid = false,
|
||||
avatarImage: avatar_image = '',
|
||||
subscribed = true
|
||||
} = {}) {
|
||||
|
|
Loading…
Add table
Reference in a new issue