File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -834,7 +834,7 @@ func TestBuildFromDevcontainerInCustomPath(t *testing.T) {
834
834
require .Equal (t , "hello" , strings .TrimSpace (output ))
835
835
}
836
836
837
- func TestBuildFromCustomWorkspacesFolder (t * testing.T ) {
837
+ func TestBuildFromCustomWorkspaceBaseDir (t * testing.T ) {
838
838
t .Parallel ()
839
839
840
840
// Ensures that a Git repository with a devcontainer.json is cloned and built.
@@ -846,7 +846,7 @@ func TestBuildFromCustomWorkspacesFolder(t *testing.T) {
846
846
ctr , err := runEnvbuilder (t , runOpts {
847
847
env : []string {
848
848
envbuilderEnv ("DOCKERFILE_PATH" , "Dockerfile" ),
849
- envbuilderEnv ("WORKSPACES_FOLDER " , "/foo" ),
849
+ envbuilderEnv ("WORKSPACE_BASE_DIR " , "/foo" ),
850
850
envbuilderEnv ("GIT_URL" , srv .URL ),
851
851
},
852
852
})
You can’t perform that action at this time.
0 commit comments