Skip to content

Commit d8f1ef0

Browse files
committed
Update LoggingTest.cs
1 parent 9b21d6b commit d8f1ef0

File tree

1 file changed

+2
-2
lines changed
  • src/Azure/ApplicationInsights.HostingStartup/test/UnitTests

1 file changed

+2
-2
lines changed

src/Azure/ApplicationInsights.HostingStartup/test/UnitTests/LoggingTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public LoggingTest(ITestOutputHelper output) : base(output)
1717
{
1818
}
1919

20-
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/6549"]
20+
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
2121
[InlineData(ApplicationType.Portable)]
2222
[InlineData(ApplicationType.Standalone)]
2323
public async Task DefaultAILogFiltersApplied(ApplicationType applicationType)
@@ -53,7 +53,7 @@ public async Task DefaultAILogFiltersApplied(ApplicationType applicationType)
5353
Assert.Contains("Specific trace log", responseText);
5454
}
5555

56-
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/6549"]
56+
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
5757
[InlineData(ApplicationType.Portable)]
5858
[InlineData(ApplicationType.Standalone)]
5959
public async Task CustomAILogFiltersApplied(ApplicationType applicationType)

0 commit comments

Comments
 (0)