Skip to content

Commit

Permalink
[aws] chore: Deploy to aws
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Aug 17, 2024
1 parent fd05d78 commit 568b638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/e2e/notes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let createdID: number;
let token: string;

test('Health check', async () => {
const response = await request(BASE_URL).get('/health');
const response = await request(BASE_URL).get('/api/health');
expect(response.status).toBe(200);
});

Expand Down

0 comments on commit 568b638

Please sign in to comment.