Files
mayan-edms/mayan/apps/web_links/tests/literals.py
Roberto Rosario 3efd1bd89d Add web links app
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
2019-07-27 01:08:54 -04:00

6 lines
222 B
Python

from __future__ import unicode_literals
TEST_WEB_LINK_LABEL = 'test web link label'
TEST_WEB_LINK_LABEL_EDITED = 'test web link label edited'
TEST_WEB_LINK_TEMPLATE = 'http://www.example.com/document-{{ document.uuid }}'