diff --git a/cycletls/tests/integration/latest_fingerprint_test.go b/cycletls/tests/integration/latest_fingerprint_test.go index 60d8bd17..2eb2000c 100644 --- a/cycletls/tests/integration/latest_fingerprint_test.go +++ b/cycletls/tests/integration/latest_fingerprint_test.go @@ -12,16 +12,6 @@ import ( cycletls "github.com/Danny-Dasilva/CycleTLS/cycletls" ) -type CycleTLSOptions struct { - Ja3Hash string `json:"ja3_hash"` - Ja3 string `json:"ja3"` - UserAgent string `json:"User-Agent"` - AkamaiFingerprint string - AkamaiHash string - - HTTPResponse int -} - type PeetResp struct { Ja3 string `json:"ja3"` Ja3Hash string `json:"ja3_hash"`