File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 44 "context"
55 "github.com/castai/terraform-provider-castai/castai/policies/gke"
66 "github.com/castai/terraform-provider-castai/castai/sdk"
7- mock_sdk "github.com/castai/terraform-provider-castai/castai/sdk/mock"
8- "github.com/golang/mock/gomock"
97 "github.com/hashicorp/go-cty/cty"
108 "github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
119 "github.com/stretchr/testify/require"
@@ -43,12 +41,12 @@ func Test_dataSourceGKEPoliciesRead(t *testing.T) {
4341 for _ , tt := range tests {
4442 t .Run (tt .name , func (t * testing.T ) {
4543 r := require .New (t )
46- mockClient := mock_sdk .NewMockClientInterface (gomock .NewController (t ))
44+ // mockClient := mock_sdk.NewMockClientInterface(gomock.NewController(t))
4745
4846 ctx := context .Background ()
4947 provider := & ProviderConfig {
5048 api : & sdk.ClientWithResponses {
51- ClientInterface : mockClient ,
49+ ClientInterface : nil ,
5250 },
5351 }
5452
You can’t perform that action at this time.
0 commit comments