test: added the currency key and fixed company

This commit is contained in:
diptanilsaha
2026-03-01 04:32:43 +05:30
parent 913ce9454e
commit e6bebbfe81
2 changed files with 3 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ class TestReactivity(AccountsTestMixin, IntegrationTestCase):
"debit_to": self.debit_to,
"posting_date": today(),
"cost_center": self.cost_center,
"currency": "INR",
"conversion_rate": 1,
"selling_price_list": self.price_list,
}