tests: add geoip to Stealth tests

This commit is contained in:
Karim shoair
2025-08-20 01:36:55 +03:00
parent 57a025a34f
commit 85885d9962
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ class TestStealthyFetcher:
"extra_headers": {"ayo": ""},
"os_randomize": True,
"disable_ads": True,
"geoip": True,
"custom_config": {"keep_comments": False, "keep_cdata": False},
"additional_args": {"window": (1920, 1080)},
},
+1
View File
@@ -69,6 +69,7 @@ class TestStealthyFetcher:
"extra_headers": {"ayo": ""},
"os_randomize": True,
"disable_ads": True,
"geoip": True,
"custom_config": {"keep_comments": False, "keep_cdata": False},
"additional_args": {"window": (1920, 1080)},
},