Another place where get reviews is called in tests
This commit is contained in:
parent
c6a61abf79
commit
be9198fc4f
|
@ -12,7 +12,7 @@ class User(TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.user = models.User.objects.create_user(
|
self.user = models.User.objects.create_user(
|
||||||
'mouse@%s' % DOMAIN, 'mouse@mouse.mouse', 'mouseword',
|
'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):
|
def test_computed_fields(self):
|
||||||
''' username instead of id here '''
|
''' username instead of id here '''
|
||||||
|
|
Loading…
Reference in New Issue