Tests for create users with terms and conditions are ok

This commit is contained in:
ogerly 2019-08-23 19:37:23 +02:00
parent 877b0ea77e
commit 63549c1101

View File

@ -77,6 +77,7 @@ describe('CreateUserAccount', () => {
email: 'sixseven@example.org',
nonce: '666777',
password: 'hellopassword',
termsAndConditionsAgreedVersion: '0.0.2',
},
})
expect(mocks.$apollo.mutate).toHaveBeenCalledWith(expected)