Skip to content

Commit

Permalink
Actualización test user service
Browse files Browse the repository at this point in the history
  • Loading branch information
UO287747 committed Apr 1, 2024
1 parent e5dacd1 commit ad2283d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users/userservice/user-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ describe('User Service', () => {
const newUser = {
username: 'testuser',
password: 'testpassword',
profileImage: 'perfil2.jpg',
};

const response = await request(app).post('/adduser').send(newUser);
Expand Down

0 comments on commit ad2283d

Please sign in to comment.