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
+2 -3
View File
@@ -72,9 +72,8 @@ class TestAsyncStealthySession:
"""Test AsyncStealthySession with various options"""
async with AsyncStealthySession(
max_pages=1,
block_images=True,
disable_ads=True,
humanize=True
block_webrtc=True,
allow_webgl=True
) as session:
response = await session.fetch(urls["html"])
assert response.status == 200