Skip to content

Commit 768f6de

Browse files
committed
fix test
1 parent 611cb54 commit 768f6de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/contexts/auth/RequireAuth.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ describe("useAuthenticated", () => {
9595
wrapper: createAuthWrapper({
9696
user: MockUser,
9797
permissions: MockPermissions,
98+
organizationIds: [],
9899
}),
99100
});
100101
}).not.toThrow();

0 commit comments

Comments
 (0)