Fix incorrect order change tests

This commit is contained in:
Raphael Michel
2021-12-03 14:07:40 +01:00
parent 0fd3d0fe71
commit 4133e5ac4d

View File

@@ -463,6 +463,7 @@ class OrderChangeAddonsTest(BaseOrdersTest):
base_item=self.ticket, addon_category=self.workshopcat, max_count=1, min_count=0, multi_allowed=False
)
self.event.settings.change_allow_user_addons = True
self.event.settings.change_allow_user_price = 'any'
def test_disabled(self):
self.event.settings.change_allow_user_addons = False