Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiJay-WMDE committed Oct 17, 2023
1 parent 4c96419 commit 2d37f56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion test/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ export const config: WebdriverIO.Config = {
* polls the wikibase docker container for installed extensions
*/
before: async () => {
await WikibaseApi.initialize();
await WikibaseApi.initialize(
undefined,
process.env.MW_ADMIN_NAME,
process.env.MW_ADMIN_PASS
);
defaultFunctionsInit();
},

Expand Down

0 comments on commit 2d37f56

Please sign in to comment.