Skip to content

Commit

Permalink
delete investigation_fields from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat0vu authored Oct 25, 2024
1 parent 8e1f505 commit 5f26d2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_backend_elasticsearch_esql.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ def test_elasticsearch_esql_siemrule_ndjson(esql_backend: ESQLBackend):
'meta': {
'from': '1m'
},
'investigation_fields': {},
'author': [],
'false_positives': [],
'from': 'now-5m',
Expand Down Expand Up @@ -606,7 +605,6 @@ def test_elasticsearch_esql_siemrule_ndjson_with_threat(esql_backend: ESQLBacken
"meta": {
"from": "1m"
},
"investigation_fields": {},
"author": [],
"false_positives": [],
"from": "now-5m",
Expand Down

0 comments on commit 5f26d2e

Please sign in to comment.