Skip to content

Commit

Permalink
test: improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Nictheboy committed Sep 6, 2024
1 parent 87bfbc3 commit b0b31d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/user.profile.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('Profile Submodule of User Module', () => {
it('should get modified user profile', async () => {
const respond = await request(app.getHttpServer())
.get(`/users/${TestUserId}`)
//.set('User-Agent', 'PostmanRuntime/7.26.8')
.set('User-Agent', 'PostmanRuntime/7.26.8')
.set('authorization', 'Bearer ' + TestToken);
expect(respond.body.message).toBe('Query user successfully.');
expect(respond.status).toBe(200);
Expand Down

0 comments on commit b0b31d7

Please sign in to comment.