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
Fixed incorrect function count in the log message when getting function metadata from providers (#10224)
* Fixed incorrect function count in the log message.(#10220)
* Minor variable rename
* Check DefaultOrEmpty before accessing Length of immutable array.
* Fix integration test to reflect the change.
Copy file name to clipboardExpand all lines: test/WebJobs.Script.Tests.Integration/ApplicationInsights/ApplicationInsightsEndToEndTestsBase.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ await TestHelpers.Await(() =>
278
278
Assert.True(traces.Length==expectedCount,$"Expected {expectedCount} messages, but found {traces.Length}. Actual logs:{Environment.NewLine}{string.Join(Environment.NewLine,traces.Select(t =>t.Message))}");
0 commit comments