Skip to content

Commit

Permalink
prueba para quitar hostpot
Browse files Browse the repository at this point in the history
  • Loading branch information
UO276026 committed Apr 25, 2024
1 parent 6580bce commit c334caa
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: 'invalid'
password: process.env.INVALID_PASSWORD
};

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

0 comments on commit c334caa

Please sign in to comment.