You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logs[0].OriginalMessage.ShouldContain("The following connection strings were found: {preamble_SqlServerStandardSecurity_name}, {preamble_SqlServerTrustedSecurity_name}.");
235
+
236
+
logs[0].OriginalMessage
237
+
.ShouldContain(
238
+
"The following connection strings were found: {preamble_SqlServerStandardSecurity_name}, {preamble_SqlServerTrustedSecurity_name}.");
Copy file name to clipboardExpand all lines: src/Stravaig.Extensions.Configuration.Diagnostics.Tests/RegressionTests/ConnectionStringLoggingWithSerilogTests.cs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,8 @@ public void KeyValuesRenderedInMessageCorrectly()
0 commit comments