diff --git a/erpnext/accounts/doctype/payment_entry/test_payment_entry.py b/erpnext/accounts/doctype/payment_entry/test_payment_entry.py index 6934a635a46..1f9404d910b 100644 --- a/erpnext/accounts/doctype/payment_entry/test_payment_entry.py +++ b/erpnext/accounts/doctype/payment_entry/test_payment_entry.py @@ -1087,6 +1087,8 @@ class TestPaymentEntry(FrappeTestCase): ref_details = get_reference_details(so.doctype, so.name, pe.paid_from_account_currency) expected_response = { "account": get_party_account("Customer", so.customer, so.company), + "account_type": None, # only applies for Reverse Payment Entry + "payment_type": None, # only applies for Reverse Payment Entry "total_amount": 5000.0, "outstanding_amount": 5000.0, "exchange_rate": 1.0,