Skip to content

Commit 880891c

Browse files
committed
Show more information when displaying HTTP errors.
1 parent cc19c66 commit 880891c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test_result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl Outcome {
5858
match search_results {
5959
Ok(search_results) => Self::success(expected, search_results),
6060
Err(error) => Self::Error {
61-
message: error.to_string(),
61+
message: format!("{error:#}"),
6262
},
6363
}
6464
}

0 commit comments

Comments
 (0)