From 999f5d8e2d51a3a267387f51003273b37274fc3c Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 15 Aug 2017 18:48:21 +0530 Subject: [PATCH] Cleaned up a comment --- utils/tests.py | 1 - 1 file changed, 1 deletion(-) 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')