test: update the tests accordingly

This commit is contained in:
Karim shoair
2026-02-06 02:45:13 +02:00
parent aa7a95fb70
commit 9acc8194c5
3 changed files with 6 additions and 6 deletions
-1
View File
@@ -17,7 +17,6 @@ def configure_selector_mock():
mock_response.html_content = "<html><body>Test content</body></html>"
mock_response.encoding = "utf-8"
mock_response.get_all_text.return_value = "Test content"
mock_response.css_first.return_value = mock_response
mock_response.css.return_value = [mock_response]
return mock_response