Skip to content

Commit cbb5900

Browse files
committed
fix: Fixing TestIncludeError
1 parent b9b33dd commit cbb5900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration_regressions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func TestIncludeError(t *testing.T) {
9393
tmpEnvPath := helpers.CopyEnvironment(t, testFixtureRegressions)
9494
rootPath := util.JoinPath(tmpEnvPath, testFixtureRegressions, "include-error", "project", "app")
9595

96-
_, _, err := helpers.RunTerragruntCommandWithOutput(t, "terragrunt plan --terragrunt-non-interactive --terragrunt-working-dir "+rootPath)
96+
_, _, err := helpers.RunTerragruntCommandWithOutput(t, "terragrunt plan --non-interactive --working-dir "+rootPath)
9797
require.Error(t, err)
9898
assert.Contains(t, err.Error(), "include blocks without label")
9999
}

0 commit comments

Comments
 (0)