Skip to content

Commit

Permalink
fix existing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Nov 8, 2024
1 parent fd39d7c commit a1bd662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ test("Test happy path", async () => {
const jsonBody = await response.json();
expect(jsonBody).toEqual({
username: "[email protected]",
roles: ["manage:events"],
roles: ["manage:events", "invite:sso"],
});
});

0 comments on commit a1bd662

Please sign in to comment.