Fix the Terraform build after recent merges (#33436)

This commit is contained in:
Liam Cervante 2023-06-28 10:12:43 +02:00 committed by GitHub
parent 212ae6c4ba
commit 2eb99a0e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}
}