Skip to content

Commit b6fc837

Browse files
committed
[integration-test] use correct workspace id
1 parent fef0cfd commit b6fc837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pkg/integration/workspace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func LaunchWorkspaceDirectly(t *testing.T, ctx context.Context, api *ComponentAP
155155

156156
req := &wsmanapi.StartWorkspaceRequest{
157157
Id: instanceID.String(),
158-
ServicePrefix: instanceID.String(),
158+
ServicePrefix: workspaceID,
159159
Metadata: &wsmanapi.WorkspaceMetadata{
160160
Owner: gitpodBuiltinUserID,
161161
MetaId: workspaceID,

0 commit comments

Comments
 (0)