tests: improve debuggability

This commit is contained in:
Philipp Schuster
2025-12-27 22:10:40 +01:00
parent 256827771b
commit eb0a3494bf
+1 -1
View File
@@ -99,7 +99,7 @@ pub fn test() {
// hard to find web sites which still allow plain http these days ...
info!("Testing HTTP");
fetch_http(*h, "http://example.com/").expect("http request failed");
fetch_http(*h, "http://example.com/").expect("http request failed: http://example.com");
// FYI: not all firmware builds support modern tls versions.
// request() -> ABORTED typically is a tls handshake error.