Skip to content

Commit

Permalink
Quitando más security hotspot
Browse files Browse the repository at this point in the history
  • Loading branch information
baraganio committed Apr 28, 2024
1 parent 2d0bd3a commit 719f969
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions users/authservice/auth-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ const User = require('./auth-model');
let mongoServer;
let app;

let newString='aW5o32_5f';
let newString2='32_dOp7';

//test user
const user = {
username: 'testuser',
password: 'a8d4Ae6_Ws',
password: newString,
};

const user2 = {
username: 'testuser',
password: 'md32_sU634',
password: newString2,
};

async function addUser(user){
Expand Down

0 comments on commit 719f969

Please sign in to comment.