macro_rules! assert_http_not_called { ($ctx:expr, $pattern:expr) => { ... }; }
Assert that an HTTP call was not made.
assert_http_not_called!(ctx, "https://api.example.com/*");