Content integration tests set ContentStart to true. (#3874)
This commit is contained in:
committed by
GitHub
parent
275eada6b2
commit
45263ce739
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user