mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 16:58:51 +02:00
Bump ureq, get redirect history. (#16078)
This commit is contained in:
@@ -36,8 +36,11 @@ fn http_head_failed_due_to_server_error() {
|
||||
)
|
||||
.as_str()
|
||||
));
|
||||
|
||||
assert!(actual.err.contains("Bad request (400)"))
|
||||
assert!(
|
||||
actual.err.contains("Bad request (400)"),
|
||||
"Unexpected error: {:?}",
|
||||
actual.err
|
||||
)
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user