Skip to content

Commit

Permalink
Fixing the unit test.
Browse files Browse the repository at this point in the history
Signed-off-by: DerekRushton <[email protected]>
  • Loading branch information
DerekRushton committed Sep 19, 2024
1 parent adb22c6 commit de90ecb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def test_multiple_observation_with_single_qualifier_with_precedence_bracket(self
self._test_query_assertions(query, queries)

def test_future_timestamp_qualifier(self):
stix_pattern = "[network-traffic:src_port < 53]START t'2024-09-19T11:00:00.000Z' " \
stix_pattern = "[network-traffic:src_port < 53]START t'2027-09-19T11:00:00.000Z' " \
"STOP t'2024-02-07T11:00:00.003Z'"
result = translation.translate('trellix_endpoint_security_hx', 'query', '{}', stix_pattern,
{"host_sets": "host_set1"})
Expand Down

0 comments on commit de90ecb

Please sign in to comment.