mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
fix: fix CI
This commit is contained in:
@@ -14,6 +14,3 @@ class TestInit(unittest.TestCase):
|
|||||||
def test_regional_overrides(self):
|
def test_regional_overrides(self):
|
||||||
frappe.flags.country = "Maldives"
|
frappe.flags.country = "Maldives"
|
||||||
self.assertEqual(test_method(), "original")
|
self.assertEqual(test_method(), "original")
|
||||||
|
|
||||||
frappe.flags.country = "France"
|
|
||||||
self.assertEqual(test_method(), "overridden")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user