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
@@ -68,7 +68,7 @@ class TestDynamicFetcherAsync:
"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},
},
],
)