forked from CGM_Public/pretix_original
Fix error in tests
This commit is contained in:
@@ -764,7 +764,7 @@ TEST_INVOICE_RES = {
|
||||
"number": "DUMMY-00001",
|
||||
"is_cancellation": False,
|
||||
"invoice_from": "",
|
||||
"invoice_to": "Sample company\n\n\n \nNew Zealand",
|
||||
"invoice_to": "Sample company\n\n\n \nNew Zealand\nVAT-ID: DE123",
|
||||
"date": "2017-12-10",
|
||||
"refers": None,
|
||||
"locale": "en",
|
||||
@@ -2702,7 +2702,7 @@ def test_order_create_invoice(token_client, organizer, event, order):
|
||||
'number': 'DUMMY-00001',
|
||||
'is_cancellation': False,
|
||||
'invoice_from': '',
|
||||
'invoice_to': 'Sample company\n\n\n \nNew Zealand',
|
||||
'invoice_to': 'Sample company\n\n\n \nNew Zealand\nVAT-ID: DE123',
|
||||
'date': '2019-03-23',
|
||||
'refers': None,
|
||||
'locale': 'en',
|
||||
|
||||
Reference in New Issue
Block a user