mirror of
https://github.com/pretix/pretix.git
synced 2026-08-18 12:06:26 +00:00
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