We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23bcc0 commit e9063d8Copy full SHA for e9063d8
install/installer/pkg/components/public-api-server/deployment_test.go
@@ -37,6 +37,6 @@ func TestDeployment_ServerArguments(t *testing.T) {
37
require.EqualValues(t, []string{
38
"--http-port=9000",
39
"--grpc-port=9001",
40
- `--gitpod-api-url="wss://test.domain.everything.awesome.is/api/v1"`,
+ `--gitpod-api-url='wss://test.domain.everything.awesome.is/api/v1'`,
41
}, apiContainer.Args)
42
}
0 commit comments