Fix the Terraform build after recent merges (#33436)

pull/33403/head
Liam Cervante 3 years ago committed by GitHub
parent 212ae6c4ba
commit 2eb99a0e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -225,7 +225,7 @@ func (c *TestCommand) ExecuteTestFile(ctx *terraform.Context, file *moduletest.F
c.View.Diagnostics(diags)
for _, run := range file.Runs {
view.Run(run)
view.Run(run, file)
}
}

Loading…
Cancel
Save