Fix date-dependent test

This commit is contained in:
Raphael Michel
2019-03-26 10:20:26 +01:00
parent b2471169af
commit e3518bfb4b

View File

@@ -2703,7 +2703,7 @@ def test_order_create_invoice(token_client, organizer, event, order):
'is_cancellation': False,
'invoice_from': '',
'invoice_to': 'Sample company\n\n\n \nNew Zealand\nVAT-ID: DE123',
'date': '2019-03-23',
'date': now().date().isoformat(),
'refers': None,
'locale': 'en',
'introductory_text': '',