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 e0a4fa5 commit 30acfa3Copy full SHA for 30acfa3
tests/unit/organizations.test.ts
@@ -8,7 +8,7 @@ test("Test getting the list of organizations succeeds", async () => {
8
url: "/api/v1/organizations",
9
});
10
expect(response.statusCode).toBe(200);
11
- const responseDataJson = await response.json();
+ await response.json();
12
13
afterAll(async () => {
14
await app.close();
0 commit comments