add test for override

This commit is contained in:
mrinalirao
2022-11-30 14:31:10 +11:00
parent e36886c0e7
commit 191a5f1018
3 changed files with 94 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ func testBackend(t *testing.T, obj cty.Value) (*Cloud, func()) {
b.client.CostEstimates = mc.CostEstimates
b.client.Organizations = mc.Organizations
b.client.Plans = mc.Plans
b.client.TaskStages = mc.TaskStages
b.client.PolicySetOutcomes = mc.PolicySetOutcomes
b.client.PolicyChecks = mc.PolicyChecks
b.client.Runs = mc.Runs