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

Commit

Permalink
Add tests to check delete permission
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Mar 19, 2017
1 parent d5bbadc commit fc7449f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kawaz/apps/events/tests/test_perms.py
Expand Up @@ -93,6 +93,7 @@ def test_delete_permission_with_obj(self):
self._test('wille', 'delete', obj=self.event, neg=True)
self._test('anonymous', 'delete', obj=self.event, neg=True)
self._test('organizer', 'delete', obj=self.event)
self._test('attendee', 'delete', obj=self.event, neg=True)

def test_attend_permission_without_obj(self):
"""
Expand Down

0 comments on commit fc7449f

Please sign in to comment.