tfce mock fix

Signed-off-by: Paul Thrasher <pthrasher@hashicorp.com>
This commit is contained in:
Paul Thrasher 2019-09-16 11:30:24 -07:00
parent e7fa42440f
commit 979bba0f32
No known key found for this signature in database
GPG Key ID: D4765F9CA4D82951
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ func newMockClient() *mockClient {
c := &mockClient{}
c.Applies = newMockApplies(c)
c.ConfigurationVersions = newMockConfigurationVersions(c)
c.CostEstimates = newMockCostEstimates(c)
c.Organizations = newMockOrganizations(c)
c.Plans = newMockPlans(c)
c.PolicyChecks = newMockPolicyChecks(c)