Agrupa testes para username
e email
duplicados
#2384
Annotations
3 errors
tests/integration/api/v1/users/[username]/patch.test.js > PATCH /api/v1/users/[username] > Default user > Patching itself with another "email":
tests/integration/api/v1/users/[username]/patch.test.js#L582
AssertionError: expected [ '<[email protected]>' ] to strictly equal [ '<[email protected]>' ]
- Expected
+ Received
[
- "<[email protected]>",
+ "<[email protected]>",
]
❯ tests/integration/api/v1/users/[username]/patch.test.js:582:44
|
tests/integration/api/v1/users/[username]/patch.test.js > PATCH /api/v1/users/[username] > Default user > Patching itself with the same "email":
tests/integration/api/v1/users/[username]/patch.test.js#L615
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/integration/api/v1/users/[username]/patch.test.js:615:56
|
Tests
Process completed with exit code 1.
|