Skip to content

Commit

Permalink
pasando a como estaba antes
Browse files Browse the repository at this point in the history
  • Loading branch information
UO276026 committed Apr 25, 2024
1 parent 16f3715 commit 5f61e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatewayservice/gateway-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Gateway Service', () => {
// Realizamos una solicitud POST al endpoint /login con datos incorrectos
const response = await request(app)
.post('/adduser')
.send({ username: 'userInvalido', password: 'invalid' });
.send({ username: 'userInvalido', password: 'no' });


// Verificamos que la respuesta tenga un código de estado 401 (Unauthorized)
Expand Down

0 comments on commit 5f61e1b

Please sign in to comment.