test: Change total post length
This commit is contained in:
parent
9b92a21a3b
commit
73c67481de
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ class TestPermissions(unittest.TestCase):
|
|||
posts = frappe.get_all('Blog Post', fields=['name', 'blogger'])
|
||||
|
||||
# Get all posts for admin
|
||||
self.assertEqual(len(posts), 5)
|
||||
self.assertEqual(len(posts), 4)
|
||||
|
||||
frappe.set_user('test2@example.com')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue