We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f854940 commit 7538206Copy full SHA for 7538206
test/tests/ide/python_ws_test.go
@@ -120,7 +120,7 @@ func TestPythonExtWorkspace(t *testing.T) {
120
Dir: "/workspace/python-test-workspace",
121
Command: "yarn",
122
Args: []string{
123
- "openvscode-server-test",
+ "gp-code-server-test",
124
fmt.Sprintf("--endpoint=%s", nfo.LatestInstance.IdeURL),
125
fmt.Sprintf("--authCookie=%s", base64.StdEncoding.EncodeToString([]byte(jsonCookie))),
126
"--workspacePath=./src/testWorkspace",
0 commit comments