Fix ws tests

This commit is contained in:
Ludovic Stephan 2019-12-23 13:20:47 +01:00
parent 41ad2a15ac
commit c95e1818b2

View file

@ -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",