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',
'city': 'Here',
'country': 'AU',
'state': 'QLD',
'vat_id': 'AU123456',
'email': 'admin@localhost'
}, follow=True)