Skip to content

Commit 39cfb45

Browse files
committed
fix test indent
1 parent dbae55d commit 39cfb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_role.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_revoke_capability_not_granted(self):
9191
self.role.revoke('change_own_password')
9292

9393

94-
def test_update(self):
94+
def test_update(self):
9595
kwargs = {}
9696
if 'user' in self.role['imported_roles']:
9797
kwargs['imported_roles'] = ''

0 commit comments

Comments
 (0)