refactor(test): replace integration test case with ERPNextTestSuite

This commit is contained in:
ruthra kumar
2026-03-18 17:14:14 +05:30
parent 72d08902fd
commit 5263386bb2

View File

@@ -39,7 +39,7 @@ class TestSalesOrder(AccountsTestMixin, ERPNextTestSuite):
def setUp(self):
self.create_customer("_Test Customer Credit")
@IntegrationTestCase.change_settings(
@ERPNextTestSuite.change_settings(
"Stock Settings",
{
"auto_insert_price_list_rate_if_missing": 1,