not correct
This commit is contained in:
@@ -369,7 +369,7 @@ class PermissionsViewTests(TestCase):
|
||||
print(view,'member')
|
||||
print()
|
||||
|
||||
if permissions['member'] in plans and not permissions['is_staff'] and permissions['dotest']:
|
||||
if permissions['member'] in plans and permissions['is_staff'] is False and permissions['dotest']:
|
||||
urlstotest = []
|
||||
falseurlstotest = []
|
||||
otheruserurls = []
|
||||
|
||||
Reference in New Issue
Block a user