зеркало из https://github.com/mozilla/MozDef.git
Remove unnecessary lines from specs
Signed-off-by: Brandon Myers <bmyers@mozilla.com>
This commit is contained in:
Родитель
9fa5cdd959
Коммит
78253da3d4
|
@ -18,7 +18,6 @@ class TestTermMatchPositiveTestSuite(PositiveTestSuite):
|
|||
{'summary': 'example summary test'},
|
||||
],
|
||||
|
||||
# ES v 2.3
|
||||
TermMatch('summary', 'ldap'): [
|
||||
{'summary': 'LDAP'},
|
||||
{'summary': 'lDaP'},
|
||||
|
|
|
@ -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):
|
||||
|
|
Загрузка…
Ссылка в новой задаче