change language to locale
This commit is contained in:
Alexander Friedland 2019-10-18 11:52:48 +02:00 committed by GitHub
parent bfb3923023
commit 0b5c1f831d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ describe('CreateUserAccount', () => {
nonce: '666777',
password: 'hellopassword',
termsAndConditionsAgreedVersion: '0.0.2',
language: 'en',
locale: 'en',
},
})
expect(mocks.$apollo.mutate).toHaveBeenCalledWith(expected)