add 3rd param to mock call

This commit is contained in:
James Bardin 2019-04-02 16:11:32 -04:00
parent 746aac8bda
commit 2ebc2beda0
1 changed files with 1 additions and 0 deletions

View File

@ -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