Fix error in tests

This commit is contained in:
Raphael Michel
2019-03-23 15:06:29 +01:00
parent 7219575b84
commit 2d5e14e517

View File

@@ -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',