This commit is contained in:
msramalho
2025-06-04 14:17:38 +01:00
parent 5f68c151a0
commit 2c6be4447f

View File

@@ -168,6 +168,6 @@ class TestAntibotExtractorEnricher(TestExtractorBase):
item = make_item("https://example.com/")
result = self.extractor.enrich(item)
assert result is False
mock_logger.error.assert_called()