diff --git a/tests/lib/query_models/test_term_match.py b/tests/lib/query_models/test_term_match.py index 7794487d..a4028812 100644 --- a/tests/lib/query_models/test_term_match.py +++ b/tests/lib/query_models/test_term_match.py @@ -18,7 +18,6 @@ class TestTermMatchPositiveTestSuite(PositiveTestSuite): {'summary': 'example summary test'}, ], - # ES v 2.3 TermMatch('summary', 'ldap'): [ {'summary': 'LDAP'}, {'summary': 'lDaP'}, diff --git a/tests/lib/utilities/test_toUTC.py b/tests/lib/utilities/test_toUTC.py index 9958c81f..fb435360 100644 --- a/tests/lib/utilities/test_toUTC.py +++ b/tests/lib/utilities/test_toUTC.py @@ -7,6 +7,7 @@ sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../ from utilities.toUTC import toUTC import pytest + class TestToUTC(): def result_is_datetime(self, result):