Skip to content

Commit

Permalink
[aws] feat: User Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Aug 18, 2024
1 parent 61f4f3a commit 753a9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/e2e/users.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('Authenticated Flows', () => {
expect(getUsersResponse.body.length).toBeGreaterThan(0);
});

test.only('Get the user response', async () => {
test('Get the user response', async () => {
const getUsersResponse = await request(USER_URL)
.get('/')
.set('Authorization', `Bearer ${token}`);
Expand Down

0 comments on commit 753a9b0

Please sign in to comment.