diff --git a/src/tests/presale/test_widget.py b/src/tests/presale/test_widget.py
index 03e331eff0..691934b595 100644
--- a/src/tests/presale/test_widget.py
+++ b/src/tests/presale/test_widget.py
@@ -172,6 +172,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
"waiting_list_enabled": False,
"error": None,
"has_seating_plan": False,
+ "has_seating_plan_waitinglist": False,
'poweredby': 'ticketing powered by pretix',
"items_by_category": [
{
@@ -348,6 +349,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
"show_variations_expanded": False,
"display_net_prices": False,
"has_seating_plan": False,
+ "has_seating_plan_waitinglist": False,
"vouchers_exist": True,
"waiting_list_enabled": False,
"error": None,
@@ -401,6 +403,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
"display_net_prices": False,
"vouchers_exist": True,
"has_seating_plan": False,
+ "has_seating_plan_waitinglist": False,
"waiting_list_enabled": False,
"error": None,
'poweredby': 'ticketing powered by pretix',
@@ -469,6 +472,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
"show_variations_expanded": False,
"display_net_prices": False,
"has_seating_plan": False,
+ "has_seating_plan_waitinglist": False,
"vouchers_exist": True,
"waiting_list_enabled": False,
"error": "This voucher is expired.",