Tests: stub discoverAuthStorage in model catalog mocks

This commit is contained in:
joshavant 2026-02-24 12:20:57 -06:00 committed by Peter Steinberger
parent cec404225d
commit 5ae367aadd
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,7 @@ describe("loadModelCatalog", () => {
__setModelCatalogImportForTest(
async () =>
({
discoverAuthStorage: () => ({}),
AuthStorage: class {},
ModelRegistry: class {
getAll() {
@ -156,6 +157,7 @@ describe("loadModelCatalog", () => {
__setModelCatalogImportForTest(
async () =>
({
discoverAuthStorage: () => ({}),
AuthStorage: class {},
ModelRegistry: class {
getAll() {
@ -198,6 +200,7 @@ describe("loadModelCatalog", () => {
__setModelCatalogImportForTest(
async () =>
({
discoverAuthStorage: () => ({}),
AuthStorage: class {},
ModelRegistry: class {
getAll() {