test: use different user
This commit is contained in:
parent
b66f1d44e3
commit
a9b69351e6
1 changed files with 1 additions and 1 deletions
|
|
@ -650,7 +650,7 @@ class TestPermissions(FrappeTestCase):
|
|||
frappe.set_user(current_user)
|
||||
|
||||
def test_child_permissions(self):
|
||||
frappe.set_user("test@example.com")
|
||||
frappe.set_user("test3@example.com")
|
||||
self.assertIsInstance(frappe.get_list("DefaultValue", parent_doctype="User", limit=1), list)
|
||||
|
||||
# frappe.get_list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue