Enable web links app tests

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-08-30 02:36:54 -04:00
parent c6c605e320
commit 1b2ed08c7c

View File

@@ -34,7 +34,7 @@ class WebLinksApp(MayanAppConfig):
app_namespace = 'web_links'
app_url = 'web_links'
has_rest_api = False
has_tests = False
has_tests = True
name = 'mayan.apps.web_links'
verbose_name = _('Links')