fix(test): flaky test_point_of_sale

This commit is contained in:
Saqib Ansari 2022-03-01 14:56:24 +05:30
parent 83ad8f9caa
commit 47fe87a72f

View File

@ -25,7 +25,7 @@ class TestPointOfSale(unittest.TestCase):
Test Stock and Service Item Search.
"""
pos_profile = make_pos_profile()
pos_profile = make_pos_profile(name="Test POS Profile for Search")
item1 = make_item("Test Search Stock Item", {"is_stock_item": 1})
make_stock_entry(
item_code="Test Search Stock Item",