Remove unneeded apiDetails input to getApiClient
This commit is contained in:
parent
dac8912e9f
commit
9df773d1a3
45 changed files with 128 additions and 180 deletions
1
lib/config-utils.test.js
generated
1
lib/config-utils.test.js
generated
|
|
@ -61,6 +61,7 @@ function mockGetContents(content) {
|
|||
.stub(client.repos, "getContent")
|
||||
.resolves(response);
|
||||
sinon.stub(api, "getApiClient").value(() => client);
|
||||
sinon.stub(api, "getApiClientWithExternalAuth").value(() => client);
|
||||
return spyGetContents;
|
||||
}
|
||||
function mockListLanguages(languages) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue