diff --git a/Content.IntegrationTests/ContentIntegrationTest.cs b/Content.IntegrationTests/ContentIntegrationTest.cs index 17b1bf5da4..037235198d 100644 --- a/Content.IntegrationTests/ContentIntegrationTest.cs +++ b/Content.IntegrationTests/ContentIntegrationTest.cs @@ -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,