We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9457554 commit fc2c42cCopy full SHA for fc2c42c
src/Servers/test/FunctionalTests/HelloWorldTest.cs
@@ -160,7 +160,7 @@ public async Task ApplicationException(TestVariant variant)
160
}
161
// Output should contain the ApplicationException and the 500 status code
162
Assert.Contains("System.ApplicationException: Application exception", output);
163
- Assert.Contains("/throwexception - - - 500", output);
+ Assert.Contains("/throwexception - 500", output);
164
165
166
0 commit comments