diff --git a/input/tests.py b/input/tests.py index cf1cb86..4d76994 100755 --- a/input/tests.py +++ b/input/tests.py @@ -151,5 +151,5 @@ class TestWithLogin(TestCase): # self.assertEqual(obj3.pid,"1234004") def test_literature(self): - obj = Literature.objects.create(cost='100', notes='jolo') + obj = Literature.objects.create(cost='100', notes='jolo', selfbuy_give_data=False) self.assertEqual(obj.service_id,'Literature1')