From 7812b67928d762e6f0194e8c1dfd2db00f653f08 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 20 2015 14:18:34 +0000 Subject: Small adjustment on the tests for progit.lib.new_issue --- 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()