diff --git a/command/helpers_test.go b/command/helpers_test.go index dcdd7f207..b24e80b74 100644 --- a/command/helpers_test.go +++ b/command/helpers_test.go @@ -298,7 +298,7 @@ func TestJobGetter_LocalFile_InvalidHCL2(t *testing.T) { { "invalid HCL2", `job "example" { - meta = { "a" = "b" } + meta { "key.with.dot" = "b" } }`, true, },