pub fn mock_http_request(
    call: impl FnMut(HttpRequest) -> HttpResponse + 'static
)