fix 1 test case

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-06-09 17:53:30 -04:00
parent 59c9103181
commit 3a49851ae3
3 changed files with 18 additions and 2 deletions
@@ -27,7 +27,7 @@ import { createSystemMetadataRouter } from './lib/createSystemMetadataRouter';
* @alpha
*/
export const systemMetadataServiceFactory = createServiceFactory({
service: coreServices.systemMetadataServiceRef,
service: coreServices.systemMetadata,
deps: {
logger: coreServices.rootLogger,
config: coreServices.rootConfig,