Skip to content

Commit 8a7ef92

Browse files
committed
fixup! [ws-manager, ws-daemon] Store initializer metrics in workspace.Status.InitializerMetrics
Tool: gitpod/catfood.gitpod.cloud
1 parent d4ad786 commit 8a7ef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-daemon/pkg/controller/workspace_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var _ = Describe("WorkspaceController", func() {
3939
defer mockCtrl.Finish()
4040
ops := NewMockWorkspaceOperations(mockCtrl)
4141

42-
ops.EXPECT().InitWorkspace(gomock.Any(), gomock.Any()).Return("", nil).Times(1)
42+
ops.EXPECT().InitWorkspace(gomock.Any(), gomock.Any()).Return(&csapi.InitializerMetrics{}, "", nil).Times(1)
4343
workspaceCtrl.operations = ops
4444

4545
_ = createSecret(fmt.Sprintf("%s-tokens", name), secretsNamespace)

0 commit comments

Comments
 (0)