Skip to content

Commit 61dc162

Browse files
committed
Fix one more storybook test
1 parent 7d2b8b3 commit 61dc162

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
MockWorkspaceAppStatus,
2727
mockApiError,
2828
} from "testHelpers/entities";
29-
import { withDashboardProvider } from "testHelpers/storybook";
29+
import { withAuthProvider, withDashboardProvider } from "testHelpers/storybook";
3030
import { WorkspacesPageView } from "./WorkspacesPageView";
3131

3232
const createWorkspace = (
@@ -144,8 +144,10 @@ const meta: Meta<typeof WorkspacesPageView> = {
144144
data: MockBuildInfo,
145145
},
146146
],
147+
user: MockUser,
147148
},
148149
decorators: [
150+
withAuthProvider,
149151
withDashboardProvider,
150152
(Story) => (
151153
<ProxyContext.Provider

0 commit comments

Comments
 (0)