Skip to content

Commit 8588cf8

Browse files
committed
Fix JS test user mock
1 parent 6ff75cc commit 8588cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/PreferencesPages/AccountPage/AccountPage.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ describe("AccountPage", () => {
3737
created_at: new Date().toString(),
3838
status: "active",
3939
organization_ids: ["123"],
40+
roles: [],
4041
...data,
4142
}),
4243
)

0 commit comments

Comments
 (0)