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(
|
||||
gomock.Any(),
|
||||
gomock.Any(),
|
||||
gomock.Any(),
|
||||
).Return(providerProtoSchema(), nil)
|
||||
|
||||
return client
|
||||
|
|
Loading…
Reference in New Issue