mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
refactor(test): replace integration test case with ERPNextTestSuite
This commit is contained in:
@@ -39,7 +39,7 @@ class TestSalesOrder(AccountsTestMixin, ERPNextTestSuite):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.create_customer("_Test Customer Credit")
|
self.create_customer("_Test Customer Credit")
|
||||||
|
|
||||||
@IntegrationTestCase.change_settings(
|
@ERPNextTestSuite.change_settings(
|
||||||
"Stock Settings",
|
"Stock Settings",
|
||||||
{
|
{
|
||||||
"auto_insert_price_list_rate_if_missing": 1,
|
"auto_insert_price_list_rate_if_missing": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user