diff --git a/src/Servers/test/FunctionalTests/HelloWorldTest.cs b/src/Servers/test/FunctionalTests/HelloWorldTest.cs index 99bc84d0ff71..309d66bb2040 100644 --- a/src/Servers/test/FunctionalTests/HelloWorldTest.cs +++ b/src/Servers/test/FunctionalTests/HelloWorldTest.cs @@ -160,7 +160,7 @@ public async Task ApplicationException(TestVariant variant) } // Output should contain the ApplicationException and the 500 status code Assert.Contains("System.ApplicationException: Application exception", output); - Assert.Contains("/throwexception - - - 500", output); + Assert.Contains("/throwexception - 500", output); } } }