mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix invoice API test after addition of attendee names
This commit is contained in:
@@ -313,7 +313,7 @@ TEST_INVOICE_RES = {
|
||||
"foreign_currency_rate_date": None,
|
||||
"lines": [
|
||||
{
|
||||
"description": "Budget Ticket",
|
||||
"description": "Budget Ticket<br />Attendee: Peter",
|
||||
"gross_value": "23.00",
|
||||
"tax_value": "0.00",
|
||||
"tax_name": "",
|
||||
|
||||
Reference in New Issue
Block a user