backend-app-api: rename services option to defaultServiceFactories
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
d175692fd7
commit
966e376056
@@ -279,7 +279,11 @@ export async function startTestBackend<
|
||||
|
||||
const backend = createSpecializedBackend({
|
||||
...otherOptions,
|
||||
services: [...factories, rootHttpRouterFactory, discoveryFactory],
|
||||
defaultServiceFactories: [
|
||||
...factories,
|
||||
rootHttpRouterFactory,
|
||||
discoveryFactory,
|
||||
],
|
||||
});
|
||||
|
||||
backendInstancesToCleanUp.push(backend);
|
||||
|
||||
Reference in New Issue
Block a user