Skip to content

Commit

Permalink
test: Set finest-level logging in ExpectedErrorTests for troubleshoot…
Browse files Browse the repository at this point in the history
…ing flickers (#2532)
  • Loading branch information
tippmar-nr committed Jun 7, 2024
1 parent 18d833f commit fbca37b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public ExpectedErrorTests(RemoteServiceFixtures.AspNetCoreMvcBasicRequestsFixtur
configModifier.AddExpectedStatusCodes("410-450")
.AddExpectedErrorMessages("System.Exception", new List<string> { "test exception"})
.AddExpectedErrorClasses(new List<string> { "AspNetCoreMvcBasicRequestsApplication.Controllers.CustomExceptionClass" });
configModifier.SetLogLevel("finest");
},
exerciseApplication: () =>
{
Expand Down

0 comments on commit fbca37b

Please sign in to comment.