Skip to content

Commit 81e75a4

Browse files
ericktdjc
authored andcommitted
Fail custom_ca_store if server errors out
1 parent 3110086 commit 81e75a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@ fn custom_ca_store() {
104104

105105
if !rc.status.success() {
106106
assert_eq!(String::from_utf8_lossy(&rc.stdout), "");
107+
panic!("test failed");
107108
}
108109
}

0 commit comments

Comments
 (0)