Skip to content

Commit

Permalink
fix(tests): use correct key to get active provider (#13094)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed May 2, 2022
1 parent d8c6602 commit f576847
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ export async function setupTestSuiteClient(suiteMeta: TestSuiteMeta, suiteConfig
clientVersion: '0.0.0',
transpile: false,
testMode: true,
activeProvider: suiteConfig['#PROVIDER#'],
activeProvider: suiteConfig['provider'],
// Change \\ to / for windows support
runtimeDir: [__dirname.replace(/\\/g, '/'), '..', '..', '..', 'runtime'].join('/'),
projectRoot: suiteFolderPath,
Expand Down

0 comments on commit f576847

Please sign in to comment.