mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
Fix widget test
This commit is contained in:
@@ -146,6 +146,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
|
|||||||
"variations": [],
|
"variations": [],
|
||||||
"id": self.ticket.pk,
|
"id": self.ticket.pk,
|
||||||
"free_price": False,
|
"free_price": False,
|
||||||
|
"original_price": None,
|
||||||
"name": "Early-bird ticket",
|
"name": "Early-bird ticket",
|
||||||
"order_max": 4
|
"order_max": 4
|
||||||
},
|
},
|
||||||
@@ -181,6 +182,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
|
|||||||
],
|
],
|
||||||
"id": self.shirt.pk,
|
"id": self.shirt.pk,
|
||||||
"free_price": False,
|
"free_price": False,
|
||||||
|
"original_price": None,
|
||||||
"name": "T-Shirt",
|
"name": "T-Shirt",
|
||||||
"order_max": None
|
"order_max": None
|
||||||
}
|
}
|
||||||
@@ -222,6 +224,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
|
|||||||
"variations": [],
|
"variations": [],
|
||||||
"id": self.ticket.pk,
|
"id": self.ticket.pk,
|
||||||
"free_price": False,
|
"free_price": False,
|
||||||
|
"original_price": None,
|
||||||
"name": "Early-bird ticket",
|
"name": "Early-bird ticket",
|
||||||
"order_max": 4
|
"order_max": 4
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user