Add cardholder_name to data in BillingAddressFormTest

This commit is contained in:
PCoder 2017-11-25 22:37:00 +01:00
parent 7656caedcf
commit 3284adaf7a
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class BillingAddressFormTest(TestCase):
def setUp(self):
self.completed_data = {
'cardholder_name': 'test',
'street_address': 'street name',
'city': 'MyCity',
'postal_code': '32123123123123',