Fix: tests cassés par commit précédent

This commit is contained in:
Ludovic Stephan 2019-12-25 11:53:08 +01:00
parent 677ba5b92e
commit 786c8f132f

View file

@ -2000,7 +2000,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
"opegroups": [
{
"add": True,
"type": "opegroup",
"type": "operation",
"at": mock.ANY,
"amount": Decimal("-5.00"),
"checkout__name": "Checkout",
@ -2273,7 +2273,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
"opegroups": [
{
"add": True,
"type": "opegroup",
"type": "operation",
"at": mock.ANY,
"amount": Decimal("10.75"),
"checkout__name": "Checkout",
@ -2448,7 +2448,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
"opegroups": [
{
"add": True,
"type": "opegroup",
"type": "operation",
"at": mock.ANY,
"amount": Decimal("-10.75"),
"checkout__name": "Checkout",
@ -2607,7 +2607,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
"opegroups": [
{
"add": True,
"type": "opegroup",
"type": "operation",
"at": mock.ANY,
"amount": Decimal("10.75"),
"checkout__name": "Checkout",
@ -3177,7 +3177,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
"opegroups": [
{
"add": True,
"type": "opegroup",
"type": "operation",
"at": mock.ANY,
"amount": Decimal("-9.00"),
"checkout__name": "Checkout",