Rename test.

This commit is contained in:
Robert G. Jakabosky 2018-09-01 14:40:00 +08:00
parent 5df08d85e1
commit def5af9e01
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ fn test_application() {
}
#[test]
fn test_issue_490() {
fn test_default_404_handler_response() {
let mut srv = test::TestServer::with_factory(|| {
App::new()
.prefix("/app")