tests(fetchers): Update tests to use the new argument naming

This commit is contained in:
Karim shoair
2025-11-26 02:23:54 +02:00
parent 0e1f3b9b05
commit ab23b71836
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class TestStealthyFetcher:
"os_randomize": True,
"disable_ads": True,
# "geoip": True,
"custom_config": {"keep_comments": False, "keep_cdata": False},
"selector_config": {"keep_comments": False, "keep_cdata": False},
"additional_args": {"window": (1920, 1080)},
},
],
+1 -1
View File
@@ -66,7 +66,7 @@ class TestDynamicFetcher:
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0",
"cookies": [{"name": "test", "value": "123", "domain": "example.com", "path": "/"}],
"network_idle": True,
"custom_config": {"keep_comments": False, "keep_cdata": False},
"selector_config": {"keep_comments": False, "keep_cdata": False},
},
],
)