Another place where get reviews is called in tests

This commit is contained in:
Mouse Reeve 2021-02-23 13:09:39 -08:00
parent c6a61abf79
commit be9198fc4f

View file

@ -12,7 +12,7 @@ class User(TestCase):
def setUp(self):
self.user = models.User.objects.create_user(
'mouse@%s' % DOMAIN, 'mouse@mouse.mouse', 'mouseword',
local=True, localname='mouse', name='hi')
local=True, localname='mouse', name='hi', bookwyrm_user=False)
def test_computed_fields(self):
''' username instead of id here '''