From f36d8908a7f56250666679abd58addee3e035b5d Mon Sep 17 00:00:00 2001 From: Falconieri Date: Mon, 25 Feb 2019 15:55:47 +0100 Subject: [PATCH] fix: [exportpdf] tests paths --- tests/test_reportlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_reportlab.py b/tests/test_reportlab.py index 1d9c8bc..af0dcd7 100644 --- a/tests/test_reportlab.py +++ b/tests/test_reportlab.py @@ -10,7 +10,7 @@ import sys import os import time -manual_testing = True +manual_testing = False class TestMISPEvent(unittest.TestCase):