forked from DGNum/gestioCOF
Fix ws tests
This commit is contained in:
parent
41ad2a15ac
commit
c95e1818b2
1 changed files with 5 additions and 0 deletions
|
@ -2000,6 +2000,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
|
||||||
"opegroups": [
|
"opegroups": [
|
||||||
{
|
{
|
||||||
"add": True,
|
"add": True,
|
||||||
|
"type": "opegroup",
|
||||||
"at": mock.ANY,
|
"at": mock.ANY,
|
||||||
"amount": Decimal("-5.00"),
|
"amount": Decimal("-5.00"),
|
||||||
"checkout__name": "Checkout",
|
"checkout__name": "Checkout",
|
||||||
|
@ -2272,6 +2273,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
|
||||||
"opegroups": [
|
"opegroups": [
|
||||||
{
|
{
|
||||||
"add": True,
|
"add": True,
|
||||||
|
"type": "opegroup",
|
||||||
"at": mock.ANY,
|
"at": mock.ANY,
|
||||||
"amount": Decimal("10.75"),
|
"amount": Decimal("10.75"),
|
||||||
"checkout__name": "Checkout",
|
"checkout__name": "Checkout",
|
||||||
|
@ -2446,6 +2448,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
|
||||||
"opegroups": [
|
"opegroups": [
|
||||||
{
|
{
|
||||||
"add": True,
|
"add": True,
|
||||||
|
"type": "opegroup",
|
||||||
"at": mock.ANY,
|
"at": mock.ANY,
|
||||||
"amount": Decimal("-10.75"),
|
"amount": Decimal("-10.75"),
|
||||||
"checkout__name": "Checkout",
|
"checkout__name": "Checkout",
|
||||||
|
@ -2604,6 +2607,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
|
||||||
"opegroups": [
|
"opegroups": [
|
||||||
{
|
{
|
||||||
"add": True,
|
"add": True,
|
||||||
|
"type": "opegroup",
|
||||||
"at": mock.ANY,
|
"at": mock.ANY,
|
||||||
"amount": Decimal("10.75"),
|
"amount": Decimal("10.75"),
|
||||||
"checkout__name": "Checkout",
|
"checkout__name": "Checkout",
|
||||||
|
@ -3173,6 +3177,7 @@ class KPsulPerformOperationsViewTests(ViewTestCaseMixin, TestCase):
|
||||||
"opegroups": [
|
"opegroups": [
|
||||||
{
|
{
|
||||||
"add": True,
|
"add": True,
|
||||||
|
"type": "opegroup",
|
||||||
"at": mock.ANY,
|
"at": mock.ANY,
|
||||||
"amount": Decimal("-9.00"),
|
"amount": Decimal("-9.00"),
|
||||||
"checkout__name": "Checkout",
|
"checkout__name": "Checkout",
|
||||||
|
|
Loading…
Reference in a new issue