Skip to content

Commit

Permalink
fix: failing parser test after upstream merge (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato authored Oct 7, 2024
1 parent 2facdfb commit 6c6884d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/iac/scanners/terraform/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,6 @@ func TestDynamicWithIterator(t *testing.T) {
assert.True(t, attr.Value().True())
}


func Test_AWSRegionNameDefined(t *testing.T) {

fs := testutil.CreateFS(t, map[string]string{
Expand Down Expand Up @@ -1904,7 +1903,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 6c6884d

Please sign in to comment.