Skip to content

Commit

Permalink
Remove ja3 call in test as the current rust sdk will panic from that …
Browse files Browse the repository at this point in the history
…call
  • Loading branch information
Jake Champion committed Mar 20, 2024
1 parent 6740bb8 commit a4835be
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 37 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions cli/tests/trap-test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion test-fixtures/src/bin/downstream-req.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ fn main() {
assert_eq!(client_req.get_tls_cipher_openssl_name(), None);
assert_eq!(client_req.get_tls_cipher_openssl_name_bytes(), None);
assert_eq!(client_req.get_tls_client_hello(), None);
assert_eq!(client_req.get_tls_ja3_md5(), None);
assert_eq!(client_req.get_tls_protocol(), None);
assert_eq!(client_req.get_tls_protocol_bytes(), None);
assert_eq!(client_req.get_tls_raw_client_certificate(), None);
Expand Down

0 comments on commit a4835be

Please sign in to comment.