Skip to content

Commit

Permalink
tests: remove a proxy parse error check
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 11, 2024
1 parent 8cc7cd4 commit c56fbae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1984,11 +1984,6 @@ mod test {
url::ParseError::InvalidIpv6Address,
);
}

#[test]
fn invalid_domain_character() {
check_parse_error("http://abc 123/", url::ParseError::InvalidDomainCharacter);
}
}
}
}
Expand Down

0 comments on commit c56fbae

Please sign in to comment.