Skip to content

Commit

Permalink
tests: update impersonate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Feb 16, 2025
1 parent 9528750 commit a9cfe3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ def test_client_impersonate_chrome131():
impersonate="chrome_131",
impersonate_os="windows",
)
# response = client.get("https://tls.peet.ws/api/all")
response = client.get("https://tls.http.rw/api/all")
response = client.get("https://tls.peet.ws/api/all")
#response = client.get("https://tls.http.rw/api/all")
assert response.status_code == 200
json_data = response.json()
assert (
Expand Down
4 changes: 2 additions & 2 deletions tests/test_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ def test_put():
@retry()
def test_get_impersonate_firefox133():
response = primp.get(
# "https://tls.peet.ws/api/clean",
"https://tls.http.rw/api/all",
"https://tls.peet.ws/api/all",
#"https://tls.http.rw/api/all",
impersonate="firefox_133",
impersonate_os="linux",
)
Expand Down

0 comments on commit a9cfe3f

Please sign in to comment.