test: update the tests accordingly
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user