Skip to content

Commit 526286d

Browse files
committed
Get rid of the custom context appender since Core acceptance tests does all that already
1 parent 67f3e06 commit 526286d

2 files changed

Lines changed: 0 additions & 112 deletions

File tree

src/ServiceControl.AcceptanceTests/TestSupport/ContextLoggerExtensions.cs

Lines changed: 0 additions & 111 deletions
This file was deleted.

src/ServiceControl.AcceptanceTests/TestSupport/WebApplicationBuilderExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public static void AddServiceControlTesting(this WebApplicationBuilder hostBuild
1313
{
1414
// Do not register additional test controllers or hosted services here. Instead, in the test that needs them, use (for example):
1515
// CustomizeHostBuilder = builder => builder.ConfigureServices((hostContext, services) => services.AddHostedService<SetupNotificationSettings>());
16-
hostBuilder.Logging.AddScenarioContextLogging();
1716

1817
hostBuilder.WebHost.UseTestServer(options => options.BaseAddress = new Uri(settings.RootUrl));
1918

0 commit comments

Comments
 (0)