Skip to content

Commit

Permalink
fix: failing parser test after upstream merge
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Oct 7, 2024
1 parent 2facdfb commit db44e42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/iac/scanners/terraform/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,6 @@ untyped = "zzz"
parser := New(fs, "",
OptionStopOnHCLError(true),
OptionWithTFVarsPaths("v.tfvars"),
options.ParserWithDebug(os.Stderr),
)

require.NoError(t, parser.ParseFS(context.TODO(), "."))
Expand Down

0 comments on commit db44e42

Please sign in to comment.