Skip to content

Agrupa testes para username e email duplicados #2384

Agrupa testes para username e email duplicados

Agrupa testes para username e email duplicados #2384

Re-run triggered May 19, 2025 00:07
Status Failure
Total duration 3m 14s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.