1
0
Fork 0

Fixes pagination and user links on import admin

This commit is contained in:
Mouse Reeve 2022-11-03 10:54:59 -07:00
parent 91b935bc0a
commit 0ba4dbbc6f
2 changed files with 11 additions and 2 deletions

View file

@ -14,6 +14,7 @@ from bookwyrm.tests.validate_html import validate_html
class CeleryStatusViews(TestCase):
"""every response to a get request, html or json"""
# pylint: disable=invalid-name
def setUp(self):
"""we need basic test data and mocks"""
self.factory = RequestFactory()