Cleaned up a comment
This commit is contained in:
parent
492f7553d8
commit
999f5d8e2d
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ class TestStripeCustomerDescription(TestCase):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
# Password
|
|
||||||
self.dummy_password = 'test_password'
|
self.dummy_password = 'test_password'
|
||||||
self.dummy_email = 'test@ungleich.ch'
|
self.dummy_email = 'test@ungleich.ch'
|
||||||
self.customer = mommy.make('membership.CustomUser')
|
self.customer = mommy.make('membership.CustomUser')
|
||||||
|
|
Loading…
Reference in a new issue