Fix widget test

This commit is contained in:
Raphael Michel
2018-05-27 12:02:52 +02:00
parent 1689925508
commit 9d2d8684b6

View File

@@ -146,6 +146,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
"variations": [],
"id": self.ticket.pk,
"free_price": False,
"original_price": None,
"name": "Early-bird ticket",
"order_max": 4
},
@@ -181,6 +182,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
],
"id": self.shirt.pk,
"free_price": False,
"original_price": None,
"name": "T-Shirt",
"order_max": None
}
@@ -222,6 +224,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
"variations": [],
"id": self.ticket.pk,
"free_price": False,
"original_price": None,
"name": "Early-bird ticket",
"order_max": 4
},