From 02ee0097a8e319ca285ce993b25a300fa68d2878 Mon Sep 17 00:00:00 2001 From: Oliver Zander Date: Mon, 18 Aug 2025 12:54:14 +0200 Subject: [PATCH] fixed test --- input/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')