More fixes for more tests
This commit is contained in:
parent
c3a09a6331
commit
8946332023
2 changed files with 16 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue