Skip to content

Commit

Permalink
fixed another small error in adduser tests in the service
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289029 committed Mar 28, 2024
1 parent b3cf0a6 commit 49644ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/userservice/user-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('User Service', () => {
it('should add a new user on POST /adduser', async () => {
const newUser = {
username: 'testuser',
password: 'testpassword',
password: 'MaMaMM3454*/==45asdfgh',
};

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

0 comments on commit 49644ae

Please sign in to comment.