macro_rules! assert_json_snapshot {
($name:expr, $value:expr) => { ... };
($value:expr) => { ... };
}Expand description
Assert JSON snapshot with common redactions (id, timestamps).
macro_rules! assert_json_snapshot {
($name:expr, $value:expr) => { ... };
($value:expr) => { ... };
}Assert JSON snapshot with common redactions (id, timestamps).