File tree Expand file tree Collapse file tree
OnTopic.AspNetCore.Mvc.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ public ErrorControllerTest(TestTopicRepository topicRepository) {
5858 | TEST: ERROR CONTROLLER: HTTP: RETURNS EXPECTED ERROR
5959 \-------------------------------------------------------------------------------------------------------------------------*/
6060 /// <summary>
61- /// Triggers the <see cref="ErrorController.HttpAsync(Int32)" /> action with different status codes, and ensures that the
62- /// expected <see cref="Topic"/> is returned in the <see cref="TopicViewResult"/>.
61+ /// Triggers the <see cref="ErrorController.HttpAsync(Int32, Boolean )" /> action with different status codes, and ensures
62+ /// that the expected <see cref="Topic"/> is returned in the <see cref="TopicViewResult"/>.
6363 /// </summary>
6464 [ Theory ]
6565 [ InlineData ( 405 , "405" ) ] // Exact match
You can’t perform that action at this time.
0 commit comments