Remove runner-only input to databaseInitCluster
This commit is contained in:
parent
03bb58c07d
commit
3d46406f3b
15 changed files with 18 additions and 45 deletions
|
|
@ -497,7 +497,6 @@ test("databaseInitCluster() without injected codescanning config", async (t) =>
|
|||
thisStubConfig,
|
||||
"",
|
||||
undefined,
|
||||
undefined,
|
||||
createFeatures([]),
|
||||
getRunnerLogger(true)
|
||||
);
|
||||
|
|
@ -537,7 +536,6 @@ const injectedConfigMacro = test.macro({
|
|||
thisStubConfig,
|
||||
"",
|
||||
undefined,
|
||||
undefined,
|
||||
createFeatures([Feature.CliConfigFileEnabled]),
|
||||
getRunnerLogger(true)
|
||||
);
|
||||
|
|
@ -844,7 +842,6 @@ test("does not use injected config", async (t: ExecutionContext<unknown>) => {
|
|||
stubConfig,
|
||||
"",
|
||||
undefined,
|
||||
undefined,
|
||||
createFeatures([]),
|
||||
getRunnerLogger(true)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue