Skip to content

Commit 8115416

Browse files
eth3lbertrami3l
authored andcommitted
fix(ci): correct error message after bumping reqwest
1 parent fc71042 commit 8115416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download/tests/read-proxy-env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fn socks_proxy_request() {
7373
if let Err(e) = res {
7474
let s = e.source().unwrap();
7575
assert!(
76-
s.to_string().contains("socks connect error"),
76+
s.to_string().contains("client error (Connect)"),
7777
"Expected socks connect error, got: {s}",
7878
);
7979
assert_eq!(CALL_COUNT.load(Ordering::SeqCst), 1);

0 commit comments

Comments
 (0)