This commit is contained in:
Ophir LOJKINE
2026-07-16 17:17:32 +02:00
parent 04a94ddf31
commit 06459c4071
+5 -1
View File
@@ -143,7 +143,11 @@ fn assert_json_test(body: &str, test_file: &std::path::Path) {
};
if let Some(err) = format_error(obj) {
panic!("\n{}: response contains an error:\n\n{}", test_file.display(), err);
panic!(
"\n{}: response contains an error:\n\n{}",
test_file.display(),
err
);
}
let actual = obj