fix: Loan Application test
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index ea01502..453579f 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -524,7 +524,6 @@
 	"Asset Value Adjustment",
 	"Loyalty Program",
 	"Stock Reconciliation",
-	"Travel Request",
 	"POS Profile",
 	"Opening Invoice Creation Tool",
 	"Opening Invoice Creation Tool Item",
diff --git a/erpnext/loan_management/doctype/loan_application/test_loan_application.py b/erpnext/loan_management/doctype/loan_application/test_loan_application.py
index 7a44489..13bb4af 100644
--- a/erpnext/loan_management/doctype/loan_application/test_loan_application.py
+++ b/erpnext/loan_management/doctype/loan_application/test_loan_application.py
@@ -6,7 +6,7 @@
 import frappe
 
 from erpnext.loan_management.doctype.loan.test_loan import create_loan_accounts, create_loan_type
-from erpnext.setup.doctype.employee.employee import make_employee
+from erpnext.setup.doctype.employee.test_employee import make_employee
 
 
 class TestLoanApplication(unittest.TestCase):