Content integration tests set ContentStart to true. (#3874)

This commit is contained in:
Vera Aguilera Puerto
2021-04-23 14:17:01 +02:00
committed by GitHub
parent 275eada6b2
commit 45263ce739

View File

@@ -28,6 +28,8 @@ namespace Content.IntegrationTests
FailureLogLevel = LogLevel.Warning
};
options.ContentStart = true;
options.ContentAssemblies = new[]
{
typeof(Shared.EntryPoint).Assembly,
@@ -69,6 +71,8 @@ namespace Content.IntegrationTests
FailureLogLevel = LogLevel.Warning
};
options.ContentStart = true;
options.ContentAssemblies = new[]
{
typeof(Shared.EntryPoint).Assembly,