This commit is contained in:
StellaOps Bot
2025-12-13 02:22:15 +02:00
parent 564df71bfb
commit 999e26a48e
395 changed files with 25045 additions and 2224 deletions

View File

@@ -37,7 +37,7 @@ public class ProjectionEndpointTests : IClassFixture<WebApplicationFactory<Progr
builder.ConfigureServices(services =>
{
// Avoid MongoDB dependency in tests; use seeded in-memory repo.
// Use seeded in-memory repo for tests.
services.RemoveAll<IComponentLookupRepository>();
services.AddSingleton<IComponentLookupRepository, InMemoryComponentLookupRepository>();
});