docs re-org, audit fixes, build fixes
This commit is contained in:
@@ -13,11 +13,11 @@ using Xunit;
|
||||
using StellaOps.TestKit;
|
||||
namespace StellaOps.SbomService.Tests;
|
||||
|
||||
public class ProjectionEndpointTests : IClassFixture<WebApplicationFactory<Program>>
|
||||
public class ProjectionEndpointTests : IClassFixture<WebApplicationFactory<StellaOps.SbomService.Program>>
|
||||
{
|
||||
private readonly WebApplicationFactory<Program> _factory;
|
||||
private readonly WebApplicationFactory<StellaOps.SbomService.Program> _factory;
|
||||
|
||||
public ProjectionEndpointTests(WebApplicationFactory<Program> factory)
|
||||
public ProjectionEndpointTests(WebApplicationFactory<StellaOps.SbomService.Program> factory)
|
||||
{
|
||||
var contentRoot = ResolveContentRoot();
|
||||
_factory = factory.WithWebHostBuilder(builder =>
|
||||
|
||||
Reference in New Issue
Block a user