From 4b25371842d484c5f06f1c1cd925d4ff15c036ff Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Mon, 1 Feb 2021 11:12:22 -0500 Subject: [PATCH] tests: update test with a real invalid hcl2 --- command/helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },