Skip to content

Commit e9063d8

Browse files
committed
fix
1 parent b23bcc0 commit e9063d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/public-api-server/deployment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ func TestDeployment_ServerArguments(t *testing.T) {
3737
require.EqualValues(t, []string{
3838
"--http-port=9000",
3939
"--grpc-port=9001",
40-
`--gitpod-api-url="wss://test.domain.everything.awesome.is/api/v1"`,
40+
`--gitpod-api-url='wss://test.domain.everything.awesome.is/api/v1'`,
4141
}, apiContainer.Args)
4242
}

0 commit comments

Comments
 (0)