diff --git a/tests/test_progit_lib.py b/tests/test_progit_lib.py index 4bfe18a..98761ec 100644 --- a/tests/test_progit_lib.py +++ b/tests/test_progit_lib.py @@ -184,6 +184,7 @@ class ProgitLibtests(tests.Modeltests): title='Test issue #2', content='We should work on this for the second time', user='foo', + status='Open', ticketfolder=None ) self.session.commit()