diff --git a/utils/tests.py b/utils/tests.py index e9b9e1d6..4a29fa60 100644 --- a/utils/tests.py +++ b/utils/tests.py @@ -94,7 +94,6 @@ class TestStripeCustomerDescription(TestCase): """ def setUp(self): - # Password self.dummy_password = 'test_password' self.dummy_email = 'test@ungleich.ch' self.customer = mommy.make('membership.CustomUser')