This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: Do not reset blog post perm
version-14
Deepesh Garg
4 years ago
parent
a4c973a549
commit
dce4f62ff3
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
frappe/tests/test_permissions.py
+ 0
- 1
frappe/tests/test_permissions.py
View File
@@ -490,7 +490,6 @@ class TestPermissions(unittest.TestCase):
# delete the created doc
frappe.delete_doc('Blog Post', '-test-blog-post-title')
reset('Blog Post')
def test_clear_user_permissions(self):
current_user = frappe.session.user
Write
Preview
Loading…
Cancel
Save