Add tests for the events_for_object view and fix the content type of the same view response.

Fixes GitLab issue #311 for the events link.
This commit is contained in:
Roberto Rosario
2016-10-21 03:59:36 -04:00
parent c881641ae8
commit 89af7e9f12
2 changed files with 4 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ from .widgets import event_type_link
class EventsApp(MayanAppConfig):
name = 'events'
test = True
verbose_name = _('Events')
def ready(self):