Skip to content

Commit ef77049

Browse files
committed
test
1 parent 57bf664 commit ef77049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ func TestBuildFromDevcontainerInCustomPath(t *testing.T) {
834834
require.Equal(t, "hello", strings.TrimSpace(output))
835835
}
836836

837-
func TestBuildFromCustomWorkspacesFolder(t *testing.T) {
837+
func TestBuildFromCustomWorkspaceBaseDir(t *testing.T) {
838838
t.Parallel()
839839

840840
// Ensures that a Git repository with a devcontainer.json is cloned and built.
@@ -846,7 +846,7 @@ func TestBuildFromCustomWorkspacesFolder(t *testing.T) {
846846
ctr, err := runEnvbuilder(t, runOpts{
847847
env: []string{
848848
envbuilderEnv("DOCKERFILE_PATH", "Dockerfile"),
849-
envbuilderEnv("WORKSPACES_FOLDER", "/foo"),
849+
envbuilderEnv("WORKSPACE_BASE_DIR", "/foo"),
850850
envbuilderEnv("GIT_URL", srv.URL),
851851
},
852852
})

0 commit comments

Comments
 (0)