Update document comments app
Add keyword arguments to the app links. Remove use of `raise_404`. Update URL parameters to use document_id and comment_id. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
@@ -13,10 +13,6 @@ from .mixins import CommentsTestMixin
|
||||
|
||||
|
||||
class CommentEventsTestCase(CommentsTestMixin, GenericDocumentViewTestCase):
|
||||
def setUp(self):
|
||||
super(CommentEventsTestCase, self).setUp()
|
||||
self.login_user()
|
||||
|
||||
def test_comment_created_event_no_permissions(self):
|
||||
Action.objects.all().delete()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user