test: correcting tests with the new arguments

This commit is contained in:
Karim shoair
2025-12-30 22:06:37 +02:00
parent 0c7e26ae5c
commit 33c5633c58
6 changed files with 6 additions and 20 deletions
@@ -71,7 +71,6 @@ class TestAsyncDynamicSession:
"""Test AsyncDynamicSession with various options"""
async with AsyncDynamicSession(
headless=False,
stealth=True,
disable_resources=True,
extra_headers={"X-Test": "value"}
) as session: