refactor: replace all IntegrationTestCase -> ERPNextTestSuite

This commit is contained in:
ruthra kumar
2025-07-16 13:29:02 +05:30
parent 4cdf5f542e
commit 29cf028f9a
7 changed files with 11 additions and 30 deletions

View File

@@ -1021,7 +1021,7 @@ class TestQuotation(ERPNextTestSuite):
quotation.reload()
self.assertEqual(quotation.status, "Ordered")
@change_settings("Accounts Settings", {"allow_pegged_currencies_exchange_rates": True})
@ERPNextTestSuite.change_settings("Accounts Settings", {"allow_pegged_currencies_exchange_rates": True})
def test_make_quotation_qar_to_inr(self):
quotation = make_quotation(
currency="QAR",