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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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,