mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
remove unsed DefaultError import in config.rs tests
This commit is contained in:
parent
fdc1b71e79
commit
8c4a634665
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ mod tests {
|
|||
use crate::http::{Method, StatusCode};
|
||||
use crate::util::Bytes;
|
||||
use crate::web::test::{call_service, init_service, read_body, TestRequest};
|
||||
use crate::web::{self, App, DefaultError, HttpRequest, HttpResponse};
|
||||
use crate::web::{self, App, HttpRequest, HttpResponse};
|
||||
|
||||
#[crate::rt_test]
|
||||
async fn test_configure_state() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue