Skip to content

Commit 7538206

Browse files
jeanp413roboquat
authored andcommitted
Use gp-code-server-test script
1 parent f854940 commit 7538206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/ide/python_ws_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func TestPythonExtWorkspace(t *testing.T) {
120120
Dir: "/workspace/python-test-workspace",
121121
Command: "yarn",
122122
Args: []string{
123-
"openvscode-server-test",
123+
"gp-code-server-test",
124124
fmt.Sprintf("--endpoint=%s", nfo.LatestInstance.IdeURL),
125125
fmt.Sprintf("--authCookie=%s", base64.StdEncoding.EncodeToString([]byte(jsonCookie))),
126126
"--workspacePath=./src/testWorkspace",

0 commit comments

Comments
 (0)