test(postgres): enable test_force_install_app for postgres

This commit is contained in:
AarDG10 2025-11-09 18:46:18 +05:30
parent 103841bd0c
commit b8793fac5b

View file

@ -498,7 +498,7 @@ class TestCommands(BaseTestCommands):
self.assertTrue(os.path.exists(archive_directory))
@skipIf(
not (frappe.conf.root_password and frappe.conf.admin_password and frappe.conf.db_type == "mariadb"),
not (frappe.conf.root_password and frappe.conf.admin_password and frappe.conf.db_type != "sqlite"),
"DB Root password and Admin password not set in config",
)
def test_force_install_app(self):