|
|
@ -1,6 +1,5 @@ |
|
|
|
using Microsoft.AspNetCore.Hosting; |
|
|
|
using Microsoft.AspNetCore.TestHost; |
|
|
|
using Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF; |
|
|
|
using Microsoft.eShopOnContainers.Services.Catalog.API; |
|
|
|
using Microsoft.eShopOnContainers.Services.Catalog.API.Infrastructure; |
|
|
|
using Microsoft.Extensions.Configuration; |
|
|
@ -39,8 +38,7 @@ namespace Catalog.FunctionalTests |
|
|
|
new CatalogContextSeed() |
|
|
|
.SeedAsync(context, env, settings, logger) |
|
|
|
.Wait(); |
|
|
|
}) |
|
|
|
.MigrateDbContext<IntegrationEventLogContext>((_, __) => { }); |
|
|
|
}); |
|
|
|
|
|
|
|
return testServer; |
|
|
|
} |
|
|
|