mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 05:32:46 +01:00
fixes form_dict failure in travis test
This commit is contained in:
@@ -44,7 +44,7 @@ class TestRequestforQuotation(unittest.TestCase):
|
||||
sq = make_supplier_quotation(rfq.name, supplier_wt_appos[0].get("supplier"))
|
||||
sq.submit()
|
||||
|
||||
frappe.form_dict['name'] = rfq.name
|
||||
frappe.local.form_dict.name = rfq.name
|
||||
|
||||
self.assertEqual(
|
||||
check_supplier_has_docname_access(supplier_wt_appos[0].get('supplier')),
|
||||
|
||||
Reference in New Issue
Block a user