client-api: Fix previously introduced test
This commit is contained in:
parent
dd1516f5ed
commit
1541f2957b
@ -63,7 +63,7 @@ mod tests {
|
|||||||
super::Response::try_from_http_response(
|
super::Response::try_from_http_response(
|
||||||
http::Response::builder().body(b"{}" as &[u8]).unwrap(),
|
http::Response::builder().body(b"{}" as &[u8]).unwrap(),
|
||||||
),
|
),
|
||||||
Ok(Incoming)
|
Ok(super::Response { filter }) if filter.is_empty()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user