Patches broadcasts in list and shelf tests

This commit is contained in:
Mouse Reeve
2021-02-02 12:17:21 -08:00
parent f42a5444e5
commit 6b07911a01
2 changed files with 5 additions and 6 deletions

View File

@ -10,6 +10,7 @@ from bookwyrm import models, views
from bookwyrm.activitypub import ActivitypubResponse
@patch('bookwyrm.broadcast.broadcast_task.delay')
class ListViews(TestCase):
''' tag views'''
def setUp(self):