Browse Source

fix: Update blog category

version-14
Deepesh Garg 4 years ago
parent
commit
7b929fa72c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/tests/test_permissions.py

+ 1
- 1
frappe/tests/test_permissions.py View File

@@ -478,7 +478,7 @@ class TestPermissions(unittest.TestCase):

doc = frappe.get_doc({
"doctype": "Blog Post",
"blog_category": "_Test Blog Category",
"blog_category": "-test-blog-category",
"blogger": "_Test Blogger 1",
"title": "_Test Blog Post Title",
"content": "_Test Blog Post Content"


Loading…
Cancel
Save