Skip to content

Commit fc2c42c

Browse files
authored
Fix test broken by log message format change. (#45631)
1 parent 9457554 commit fc2c42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/test/FunctionalTests/HelloWorldTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public async Task ApplicationException(TestVariant variant)
160160
}
161161
// Output should contain the ApplicationException and the 500 status code
162162
Assert.Contains("System.ApplicationException: Application exception", output);
163-
Assert.Contains("/throwexception - - - 500", output);
163+
Assert.Contains("/throwexception - 500", output);
164164
}
165165
}
166166
}

0 commit comments

Comments
 (0)