Skip to content

Commit

Permalink
update ipv4test
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed Sep 11, 2022
1 parent dd1f94e commit 69e09e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1198,11 +1198,6 @@ fn cert_without_key() {
#[cfg(feature = "online-tests")]
#[test]
fn use_ipv4() {
get_command()
.args(&["https://v6.ipv6-test.com/api/myip.php", "--body", "--ipv4"])
.assert()
.failure();

get_command()
.args(&[
"https://v4v6.ipv6-test.com/api/myip.php",
Expand Down

0 comments on commit 69e09e0

Please sign in to comment.