Skip to content

Commit 7f98b45

Browse files
committed
fix live test path
1 parent 1db50d1 commit 7f98b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/live/protected.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe("Role checking live API tests", async () => {
1010
"Test that auth is present on the GET route",
1111
{ timeout: 10000 },
1212
async () => {
13-
const response = await fetch(`${baseEndpoint}/api/v1/protected/`, {
13+
const response = await fetch(`${baseEndpoint}/api/v1/protected`, {
1414
method: "GET",
1515
});
1616
expect(response.status).toBe(403);

0 commit comments

Comments
 (0)