mirror of
https://github.com/ntex-rs/ntex-extras.git
synced 2025-04-03 21:07:40 +03:00
fix tests
This commit is contained in:
parent
6abb5a40df
commit
3f7ae1ccb6
1 changed files with 3 additions and 3 deletions
|
@ -774,7 +774,7 @@ mod tests {
|
|||
f: F,
|
||||
) -> impl ntex::service::Service<
|
||||
Request = ntex::http::Request,
|
||||
Response = WebResponse<ntex::http::body::Body>,
|
||||
Response = WebResponse,
|
||||
Error = Error,
|
||||
> {
|
||||
test::init_service(
|
||||
|
@ -1119,11 +1119,11 @@ mod tests {
|
|||
ok(Some("test".to_string()))
|
||||
}
|
||||
|
||||
fn to_response<B>(
|
||||
fn to_response(
|
||||
&self,
|
||||
_: Option<String>,
|
||||
_: bool,
|
||||
_: &mut WebResponse<B>,
|
||||
_: &mut WebResponse,
|
||||
) -> Self::ResponseFuture {
|
||||
ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue