refactor(test): pass all mandatory fields
This commit is contained in:
@@ -28,6 +28,7 @@ class TestItemWiseSalesRegister(AccountsTestMixin, IntegrationTestCase):
|
|||||||
"parent_cost_center": self.cost_center,
|
"parent_cost_center": self.cost_center,
|
||||||
"company": self.company,
|
"company": self.company,
|
||||||
"is_group": False,
|
"is_group": False,
|
||||||
|
"cost_center_name": cc_name,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
cc = cc.save()
|
cc = cc.save()
|
||||||
|
|||||||
Reference in New Issue
Block a user