Update test_treasury.py

This commit is contained in:
quark 2024-03-24 15:20:46 +01:00
parent ffac940511
commit fc088dec86
1 changed files with 2 additions and 0 deletions

View File

@ -69,9 +69,11 @@ class TestInvoices(TestCase):
response = self.client.post(reverse("treasury:invoice_create"), data={
"id": 42,
"object": "Same object",
"quotation": True,
"description": "Longer description",
"name": "Me and others",
"address": "Alwways earth",
"payment_date": "Maybe someday...",
"acquitted": True,
"products-0-designation": "Designation",
"products-0-quantity": 1,