diff --git a/webapp/components/Registration/CreateUserAccount.spec.js b/webapp/components/Registration/CreateUserAccount.spec.js index a8d63193f..3ee358db6 100644 --- a/webapp/components/Registration/CreateUserAccount.spec.js +++ b/webapp/components/Registration/CreateUserAccount.spec.js @@ -77,6 +77,7 @@ describe('CreateUserAccount', () => { email: 'sixseven@example.org', nonce: '666777', password: 'hellopassword', + termsAndConditionsAgreedVersion: '0.0.2', }, }) expect(mocks.$apollo.mutate).toHaveBeenCalledWith(expected)