Skip to content

Commit 0412ffc

Browse files
committed
chore: Some formatting to make TestHclvalidateInvalidConfigPath easier to read
1 parent 201e2c2 commit 0412ffc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/integration_test.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,13 @@ func TestHclvalidateInvalidConfigPath(t *testing.T) {
793793
filepath.Join("second", "c", "terragrunt.hcl"),
794794
}
795795

796-
stdout, _, err := helpers.RunTerragruntCommandWithOutput(t, fmt.Sprintf("terragrunt hcl validate --working-dir %s --json --show-config-path", rootPath))
796+
stdout, _, err := helpers.RunTerragruntCommandWithOutput(
797+
t,
798+
fmt.Sprintf(
799+
"terragrunt hcl validate --all --working-dir %s --json --show-config-path",
800+
rootPath,
801+
),
802+
)
797803
require.Error(t, err)
798804

799805
var actualPaths []string

0 commit comments

Comments
 (0)