From c95e1818b21449fd366538d8f6ed1c15053137db Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Mon, 23 Dec 2019 13:20:47 +0100 Subject: [PATCH] Fix ws tests --- kfet/tests/test_views.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kfet/tests/test_views.py b/kfet/tests/test_views.py index 0a5c4e49..71c9c72c 100644 --- a/kfet/tests/test_views.py +++ b/kfet/tests/test_views.py @@ -2000,6 +2000,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase): "opegroups": [ { "add": True, + "type": "opegroup", "at": mock.ANY, "amount": Decimal("-5.00"), "checkout__name": "Checkout", @@ -2272,6 +2273,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase): "opegroups": [ { "add": True, + "type": "opegroup", "at": mock.ANY, "amount": Decimal("10.75"), "checkout__name": "Checkout", @@ -2446,6 +2448,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase): "opegroups": [ { "add": True, + "type": "opegroup", "at": mock.ANY, "amount": Decimal("-10.75"), "checkout__name": "Checkout", @@ -2604,6 +2607,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase): "opegroups": [ { "add": True, + "type": "opegroup", "at": mock.ANY, "amount": Decimal("10.75"), "checkout__name": "Checkout", @@ -3173,6 +3177,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase): "opegroups": [ { "add": True, + "type": "opegroup", "at": mock.ANY, "amount": Decimal("-9.00"), "checkout__name": "Checkout",