Skip to content

Commit 6e386b8

Browse files
committed
fix: Fixing TestRenderJSONConfigWithIncludesDependenciesAndLocals
1 parent cbb5900 commit 6e386b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration_debug_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ func TestRenderJSONConfigWithIncludesDependenciesAndLocals(t *testing.T) {
311311

312312
helpers.RunTerragrunt(t, "terragrunt run --all --non-interactive --log-level trace --working-dir "+workDir+" -- apply -auto-approve")
313313

314-
helpers.RunTerragrunt(t, fmt.Sprintf("terragrunt render-json --non-interactive --log-level trace --working-dir %s --json-out ", workDir)+jsonOut)
314+
helpers.RunTerragrunt(t, fmt.Sprintf("terragrunt render --non-interactive --log-level trace --working-dir %s --json --write --out %s", workDir, jsonOut))
315315

316316
jsonBytes, err := os.ReadFile(jsonOut)
317317
require.NoError(t, err)

0 commit comments

Comments
 (0)