From d4b7ce35c847f32e22bbe3e73dbcf6ba993ba403 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 16 Dec 2024 01:01:55 +0300 Subject: [PATCH] Update conftest.py --- tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 37b19a0..4280687 100755 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -34,7 +34,6 @@ class BaseTest: "proxyPort": 445, "proxyLogin": self.get_random_string(), "proxyPassword": self.get_random_string(), - "userAgent": self.get_random_string(), } @staticmethod