From e171ac688b50fee7e5dec267f992359ca4c1577c Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO <ynerant@crans.org> Date: Sat, 19 Jun 2021 00:12:44 +0200 Subject: [PATCH] There is no initial fixture at this time --- billing/tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/billing/tests.py b/billing/tests.py index daeecb7..5aa903c 100644 --- a/billing/tests.py +++ b/billing/tests.py @@ -14,8 +14,6 @@ from .models import ComnpayPaymentMethod, Entry, Invoice, MembershipProduct, Pay class TestBilling(TestCase): - fixtures = ('initial',) - def setUp(self): """ Setup an admin user and some products. -- GitLab