From 78253da3d4e9ef0880ebfe93657723beff9c3336 Mon Sep 17 00:00:00 2001 From: Brandon Myers Date: Tue, 24 Jan 2017 15:48:27 -0600 Subject: [PATCH] Remove unnecessary lines from specs Signed-off-by: Brandon Myers --- tests/lib/query_models/test_term_match.py | 1 - tests/lib/utilities/test_toUTC.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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):