Fix broken test case

This commit is contained in:
Raphael Michel
2019-08-09 12:53:56 +02:00
parent 74bc495eb7
commit e9ab56486a

View File

@@ -202,6 +202,7 @@ class CheckoutTestCase(BaseCheckoutTestCase, TestCase):
'zipcode': '12345', 'zipcode': '12345',
'city': 'Here', 'city': 'Here',
'country': 'AU', 'country': 'AU',
'state': 'QLD',
'vat_id': 'AU123456', 'vat_id': 'AU123456',
'email': 'admin@localhost' 'email': 'admin@localhost'
}, follow=True) }, follow=True)