mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
add 3rd param to mock call
This commit is contained in:
parent
746aac8bda
commit
2ebc2beda0
@ -26,6 +26,7 @@ func mockProviderClient(t *testing.T) *mockproto.MockProviderClient {
|
|||||||
client.EXPECT().GetSchema(
|
client.EXPECT().GetSchema(
|
||||||
gomock.Any(),
|
gomock.Any(),
|
||||||
gomock.Any(),
|
gomock.Any(),
|
||||||
|
gomock.Any(),
|
||||||
).Return(providerProtoSchema(), nil)
|
).Return(providerProtoSchema(), nil)
|
||||||
|
|
||||||
return client
|
return client
|
||||||
|
Loading…
Reference in New Issue
Block a user