Update conftest.py

This commit is contained in:
Andrei 2024-12-16 01:01:55 +03:00
parent a42b9a39c5
commit d4b7ce35c8
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ class BaseTest:
"proxyPort": 445,
"proxyLogin": self.get_random_string(),
"proxyPassword": self.get_random_string(),
"userAgent": self.get_random_string(),
}
@staticmethod