fix tests. new product advisories enhancements

This commit is contained in:
master
2026-01-25 19:11:36 +02:00
parent c70e83719e
commit 6e687b523a
504 changed files with 40610 additions and 3785 deletions

View File

@@ -85,9 +85,9 @@ public class ProjectionEndpointTests : IClassFixture<WebApplicationFactory<Stell
private static string GetProjectionFixturePath()
{
// Resolve docs/modules/sbomservice/fixtures/lnm-v1/projections.json relative to test bin directory.
// Resolve docs/modules/sbom-service/fixtures/lnm-v1/projections.json relative to test bin directory.
var baseDir = ResolveContentRoot();
return Path.Combine(baseDir, "docs", "modules", "sbomservice", "fixtures", "lnm-v1", "projections.json");
return Path.Combine(baseDir, "docs", "modules", "sbom-service", "fixtures", "lnm-v1", "projections.json");
}
private static string ResolveContentRoot()