Content integration tests set ContentStart to true. (#3874)
This commit is contained in:
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue