File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,8 @@ def test_client_impersonate_chrome131():
264
264
impersonate = "chrome_131" ,
265
265
impersonate_os = "windows" ,
266
266
)
267
- # response = client.get("https://tls.peet.ws/api/all")
268
- response = client .get ("https://tls.http.rw/api/all" )
267
+ response = client .get ("https://tls.peet.ws/api/all" )
268
+ # response = client.get("https://tls.http.rw/api/all")
269
269
assert response .status_code == 200
270
270
json_data = response .json ()
271
271
assert (
@@ -275,6 +275,6 @@ def test_client_impersonate_chrome131():
275
275
assert json_data ["tls" ]["ja4" ] == "t13d1516h2_8daaf6152771_b1ff8ab2d16f"
276
276
assert (
277
277
json_data ["http2" ]["akamai_fingerprint_hash" ]
278
- == "90224459f8bf70b7d0a8797eb916dbc9 "
278
+ == "52d84b11737d980aef856699f885ca86 "
279
279
)
280
280
assert json_data ["tls" ]["peetprint_hash" ] == "7466733991096b3f4e6c0e79b0083559"
Original file line number Diff line number Diff line change @@ -307,8 +307,8 @@ def test_put():
307
307
@retry ()
308
308
def test_get_impersonate_firefox133 ():
309
309
response = primp .get (
310
- # "https://tls.peet.ws/api/clean ",
311
- "https://tls.http.rw/api/all" ,
310
+ "https://tls.peet.ws/api/all " ,
311
+ # "https://tls.http.rw/api/all",
312
312
impersonate = "firefox_133" ,
313
313
impersonate_os = "linux" ,
314
314
)
@@ -321,6 +321,6 @@ def test_get_impersonate_firefox133():
321
321
assert json_data ["tls" ]["ja4" ] == "t13d1716h2_5b57614c22b0_bed828528d07"
322
322
assert (
323
323
json_data ["http2" ]["akamai_fingerprint_hash" ]
324
- == "87a68d774464f75f8b88395030c79a80 "
324
+ == "6ea73faa8fc5aac76bded7bd238f6433 "
325
325
)
326
326
assert json_data ["tls" ]["peetprint_hash" ] == "199f9cf4a47bfc51995a9f3942190094"
You can’t perform that action at this time.
0 commit comments