pull/1/head
Rich Piazza 2020-06-05 09:17:42 -04:00
parent 977107e713
commit 04af273d71
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ def test_parsing_start_stop_qualified_expression():
def test_parsing_illegal_start_stop_qualified_expression():
with pytest.raises(ValueError):
patt_obj = create_pattern_object("[ipv4-addr:value = '1.2.3.4'] START '2016-06-01' STOP '2017-03-12T08:30:00Z'", version="2.0")
create_pattern_object("[ipv4-addr:value = '1.2.3.4'] START '2016-06-01' STOP '2017-03-12T08:30:00Z'", version="2.0")
def test_list_constant():