Skip to content

Commit 30acfa3

Browse files
committed
fix test
1 parent e0a4fa5 commit 30acfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/organizations.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test("Test getting the list of organizations succeeds", async () => {
88
url: "/api/v1/organizations",
99
});
1010
expect(response.statusCode).toBe(200);
11-
const responseDataJson = await response.json();
11+
await response.json();
1212
});
1313
afterAll(async () => {
1414
await app.close();

0 commit comments

Comments
 (0)