mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-25 01:28:29 +00:00
test: activation with site_info
This commit is contained in:
@@ -5,5 +5,6 @@ from erpnext.utilities.activation import get_level
|
||||
|
||||
class TestActivation(IntegrationTestCase):
|
||||
def test_activation(self):
|
||||
levels = get_level()
|
||||
site_info = {"activation": {"activation_level": 0, "sales_data": []}}
|
||||
levels = get_level(site_info)
|
||||
self.assertTrue(levels)
|
||||
|
||||
Reference in New Issue
Block a user