Skip to content

Commit dd9a435

Browse files
author
Andrei
committed
Update conftest.py
1 parent fe69a59 commit dd9a435

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ class BaseTest:
1616
API_KEY = os.getenv("API_KEY", "ad9053f3182ca81755768608fa758570")
1717
sleep_time = 5
1818

19+
proxyAddress = "0.0.0.0"
20+
proxyPort = 9999
21+
1922
@staticmethod
2023
def get_random_string(length: int) -> str:
2124
"""

0 commit comments

Comments
 (0)