forked from CGM_Public/pretix_original
Fix broken test case
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user