Skip to content

Commit

Permalink
Allow pcap test to use deprecated methods for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Jun 29, 2024
1 parent a856c8b commit b23a8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pcap/tests/s2n_client_hellos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ fn parsing() -> Result<()> {
}

#[test]
#[allow(deprecated)]
fn ja3_fingerprints() -> Result<()> {
test_all_client_hellos(|pcap_hello, s2n_hello| {
let mut s2n_ja3_hash = Vec::new();
Expand Down

0 comments on commit b23a8d7

Please sign in to comment.