We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4793fce commit 23d3bb8Copy full SHA for 23d3bb8
tests/contrib/actions/sns/test_sns_action.py
@@ -27,7 +27,7 @@ def logger_error(mocker):
27
@pytest.fixture
28
def mock_notifier_data(mocker):
29
data = mocker.MagicMock()
30
- data.spider.name = "TestSpider"
+ data.sc_spider_name = "TestSpider"
31
data.stats.start_time = "2023-08-25 10:00:00"
32
data.stats.finish_time = "2023-08-25 11:00:00"
33
data.stats.item_scraped_count = 100
0 commit comments