Skip to content

Commit

Permalink
fix: (test) set user for price test
Browse files Browse the repository at this point in the history
  • Loading branch information
marination committed Jan 21, 2022
1 parent 33b5e1d commit 2185016
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def test_exact_match_with_price(self):
"""
from erpnext.e_commerce.doctype.website_item.test_website_item import make_web_item_price

frappe.set_user("Administrator")
make_web_item_price(item_code="Test-Tshirt-Temp-S-R", price_list_rate=100)
next_values = get_next_attribute_and_values(
"Test-Tshirt-Temp",
Expand Down

0 comments on commit 2185016

Please sign in to comment.