Skip to content

Commit

Permalink
Update data.py
Browse files Browse the repository at this point in the history
Replace proxy.com with example.com because proxy.com now has 2 IP addresses (tests don't always pass because different IPs are resolved).
  • Loading branch information
sergey-scat committed Sep 29, 2023
1 parent 2ca4dc7 commit 8511385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
IMAGE_FILE_BASE64 = base64.b64encode(IMAGE_FILE_BYTES)
IMAGE_FILE_BASE64_STR = IMAGE_FILE_BASE64.decode('ascii')

PROXY_ADDRESS = 'http://login:password@proxy.com:8080'
PROXY_ADDRESS = 'http://login:password@example.com:8080'
PROXY_OBJ = ProxyServer(PROXY_ADDRESS)
PROXY_TYPE = 'HTTP'

Expand Down

0 comments on commit 8511385

Please sign in to comment.