mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Fix user register test
Signed-off-by: Guilherme Pacheco <guilherme.f.pacheco@gmail.com>
This commit is contained in:
parent
aa34dd256f
commit
677b25007f
@ -31,7 +31,7 @@ describe('Test Graphql Users API End to End', () => {
|
||||
test('Register a user', async () => {
|
||||
const res = await graphqlQuery({
|
||||
query: /* GraphQL */ `
|
||||
mutation register($input: UserInput!) {
|
||||
mutation register($input: UsersPermissionsRegisterInput!) {
|
||||
register(input: $input) {
|
||||
jwt
|
||||
user {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user