refactor(test): pass all mandatory fields

(cherry picked from commit c53e9637dd)
This commit is contained in:
ruthra kumar
2024-11-11 13:06:09 +05:30
committed by Mergify
parent a8a89f971d
commit 4f7d534cab

View File

@@ -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()