We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db50d1 commit 7f98b45Copy full SHA for 7f98b45
tests/live/protected.test.ts
@@ -10,7 +10,7 @@ describe("Role checking live API tests", async () => {
10
"Test that auth is present on the GET route",
11
{ timeout: 10000 },
12
async () => {
13
- const response = await fetch(`${baseEndpoint}/api/v1/protected/`, {
+ const response = await fetch(`${baseEndpoint}/api/v1/protected`, {
14
method: "GET",
15
});
16
expect(response.status).toBe(403);
0 commit comments