We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a13fd commit ce008c5Copy full SHA for ce008c5
tg_sale_loyalty/tests/test_accumulative.py
@@ -108,7 +108,6 @@ def test_accumulative_01(self):
108
order = self._make_programs_and_order(True, True)
109
self.assertNotIn("error", order._try_apply_code("test_10pc1"))
110
self.assertNotIn("error", order._try_apply_code("test_10pc2"))
111
- order.action_open_reward_wizard()
112
113
def test_accumulative_02(self):
114
order = self._make_programs_and_order(True, False)
0 commit comments