test: fix some tests
This commit is contained in:
parent
8d5427e92f
commit
f292850d05
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ class TestPersonView(WebTestCase):
|
|||
|
||||
def test_configure_form(self):
|
||||
model = self.app.model
|
||||
barney = model.User(username='barney')
|
||||
barney = model.Person(display_name="Barney Rubble")
|
||||
self.session.add(barney)
|
||||
self.session.commit()
|
||||
view = self.make_view()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue