3
0
Fork 0

test: fix broken test

This commit is contained in:
Lance Edgar 2026-01-06 19:52:20 -06:00
parent 8c1dd24955
commit 204548e4f2

View file

@ -87,6 +87,7 @@ class TestPersonView(WebTestCase):
view = self.make_view()
# creating
with patch.object(view, "creating", new=True):
form = view.make_model_form()
form.validated = {"first_name": "Barney", "last_name": "Rubble"}
person = view.objectify(form)