From 7aa083053b5909a0f2630db071d7f1f7774dac29 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 1 Oct 2025 03:50:57 +0300 Subject: [PATCH] test: change tests accordingly --- tests/fetchers/async/test_camoufox_session.py | 2 +- tests/fetchers/async/test_dynamic_session.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fetchers/async/test_camoufox_session.py b/tests/fetchers/async/test_camoufox_session.py index af9b32b..05f7953 100644 --- a/tests/fetchers/async/test_camoufox_session.py +++ b/tests/fetchers/async/test_camoufox_session.py @@ -4,7 +4,7 @@ import asyncio import pytest_httpbin -from scrapling.engines._browsers import AsyncStealthySession +from scrapling.fetchers import AsyncStealthySession @pytest_httpbin.use_class_based_httpbin diff --git a/tests/fetchers/async/test_dynamic_session.py b/tests/fetchers/async/test_dynamic_session.py index e6f0b5a..234854c 100644 --- a/tests/fetchers/async/test_dynamic_session.py +++ b/tests/fetchers/async/test_dynamic_session.py @@ -3,7 +3,7 @@ import asyncio import pytest_httpbin -from scrapling.engines._browsers import AsyncDynamicSession +from scrapling.fetchers import AsyncDynamicSession @pytest_httpbin.use_class_based_httpbin