client-api: Fix previously introduced test

This commit is contained in:
Jonas Platte 2021-08-15 23:42:31 +02:00
parent dd1516f5ed
commit 1541f2957b
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -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()
); );
} }