fix(tests): correct string update errors

This commit is contained in:
SabreCat
2018-11-28 01:00:46 +00:00
parent b509c6631d
commit a30c4379a6
3 changed files with 9 additions and 5 deletions

View File

@@ -18,7 +18,12 @@ describe('GET /user/anonymized', () => {
'profile.name': 'profile',
'purchased.plan': 'purchased plan',
contributor: 'contributor',
invitations: 'invitations',
invitations: {
guilds: ['guild1', 'guild2'],
party: {
_id: 'partyid',
},
},
'items.special.nyeReceived': 'some',
'items.special.valentineReceived': 'some',
webhooks: [{url: 'https://somurl.com'}],