From 45263ce73968476fea887f9de4284ac38ea84986 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com> Date: Fri, 23 Apr 2021 14:17:01 +0200 Subject: [PATCH] Content integration tests set ContentStart to true. (#3874) --- Content.IntegrationTests/ContentIntegrationTest.cs | 4 ++++ 1 file changed, 4 insertions(+) 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,