Skip to content

Commit b952cf3

Browse files
committed
.
1 parent 888a10c commit b952cf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/auth/test/auth.integration.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ describe('Auth Integration Tests', () => {
155155
.get(`/users/${userId}`)
156156
.set('Authorization', `Bearer ${authToken}`)
157157
.expect(200);
158-
console.log(response)
159158
expect(response.body.id).toBe(userId);
160159
expect(response.body.username).toBe('testmanager');
161160
});

0 commit comments

Comments
 (0)