Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Willeはユーザー情報を変更できないように仕様を変更した
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Oct 10, 2014
1 parent 3c7879e commit 4b084b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kawaz/core/personas/tests/test_models.py
Expand Up @@ -146,7 +146,7 @@ def test_change_permission_with_self(self):
self._test_permission('seele', 'change', obj='self')
self._test_permission('nerv', 'change', obj='self')
self._test_permission('children', 'change', obj='self')
self._test_permission('wille', 'change', obj='self')
self._test_permission('wille', 'change', obj='self', negative=True)

def test_delete_permission_without_obj(self):
"""
Expand Down

0 comments on commit 4b084b4

Please sign in to comment.