mirror of https://github.com/fafhrd91/actix-web
Rename test.
This commit is contained in:
parent
5df08d85e1
commit
def5af9e01
|
@ -933,7 +933,7 @@ fn test_application() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_issue_490() {
|
fn test_default_404_handler_response() {
|
||||||
let mut srv = test::TestServer::with_factory(|| {
|
let mut srv = test::TestServer::with_factory(|| {
|
||||||
App::new()
|
App::new()
|
||||||
.prefix("/app")
|
.prefix("/app")
|
||||||
|
|
Loading…
Reference in New Issue