From 68df3f9729940b2f241379e85e20ac9fb8f182ec Mon Sep 17 00:00:00 2001 From: Ritvik Sardana Date: Mon, 14 Aug 2023 11:44:47 +0530 Subject: [PATCH] fix: get_items call improved --- .../doctype/pos_closing_entry/test_pos_closing_entry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py b/erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py index d2eba1e977..c551fdc590 100644 --- a/erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py +++ b/erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py @@ -160,7 +160,7 @@ def init_user_and_profile(**args): def get_test_item_qty(pos_profile): test_item_pos = get_items( start=0, - page_length=40, + page_length=5, price_list="Standard Selling", pos_profile=pos_profile.name, search_term="_Test Item",