Fixes mock arg on test

This commit is contained in:
Mouse Reeve 2021-09-07 11:57:18 -07:00
parent 82ad1abe9a
commit b717c2fcd8

View file

@ -57,7 +57,7 @@ class ActivitystreamsSignals(TestCase):
args = mock.call_args[0]
self.assertEqual(args[0], status.id)
def test_populate_streams_on_account_create(self):
def test_populate_streams_on_account_create(self, _):
"""create streams for a user"""
with patch("bookwyrm.activitystreams.populate_stream_task") as mock:
activitystreams.populate_streams_on_account_create(