Skip to content

Commit 349684f

Browse files
committed
fix test
1 parent 9f2b0c5 commit 349684f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/scrapy/pipelines/test_actor_dataset_push.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ItemTestCase:
5757
expected_exception=None,
5858
),
5959
ItemTestCase(
60-
item=DummyItem(a='exc', b='ept', c='ion'),
60+
item=None, # type: ignore[arg-type] # that is the point of this test
6161
item_dict={},
6262
expected_exception=TypeError,
6363
),

0 commit comments

Comments
 (0)