mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix broken test case
This commit is contained in:
@@ -202,6 +202,7 @@ class CheckoutTestCase(BaseCheckoutTestCase, TestCase):
|
||||
'zipcode': '12345',
|
||||
'city': 'Here',
|
||||
'country': 'AU',
|
||||
'state': 'QLD',
|
||||
'vat_id': 'AU123456',
|
||||
'email': 'admin@localhost'
|
||||
}, follow=True)
|
||||
|
||||
Reference in New Issue
Block a user