More fixes for more tests

This commit is contained in:
Mouse Reeve
2021-06-14 16:56:47 -07:00
parent c3a09a6331
commit 8946332023
2 changed files with 16 additions and 22 deletions

View File

@ -385,7 +385,7 @@ class Status(TestCase):
user=self.local_user, notification_type="GLORB"
)
def test_create_broadcast(self, _, broadcast_mock):
def test_create_broadcast(self, broadcast_mock, *_):
"""should send out two verions of a status on create"""
models.Comment.objects.create(
content="hi", user=self.local_user, book=self.book