Skip to content

Commit

Permalink
Update python-test-workspace repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 authored and roboquat committed Mar 15, 2022
1 parent 86b5d8a commit 0fc7a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/ide/vscode/python_ws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestPythonExtWorkspace(t *testing.T) {
t.Fatalf("cannot set ide to vscode insiders: %q", err)
}

nfo, stopWs, err := integration.LaunchWorkspaceFromContextURL(ctx, "github.com/jeanp413/python-test-workspace", username, api)
nfo, stopWs, err := integration.LaunchWorkspaceFromContextURL(ctx, "github.com/gitpod-io/python-test-workspace", username, api)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 0fc7a91

Please sign in to comment.