Skip to content

Commit

Permalink
Intentado eliminar el hotspot
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276026 committed Apr 24, 2024
1 parent a758a13 commit f4256b0
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 @@ -27,7 +27,7 @@ describe('Gateway Service', () => {
// Datos de prueba para registro (incorrectos)
const invalidLoginData = {
username: 'userInvalido',
password: 'holaque'
password: 'invalid'
};

// Realizamos una solicitud POST al endpoint /login con datos incorrectos
Expand Down

0 comments on commit f4256b0

Please sign in to comment.