Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arielkr256 committed Dec 2, 2024
1 parent ca46944 commit a038b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions global_helpers/global_helpers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2393,6 +2393,7 @@ def test_change_filed_is_empty_on_update_context(self):

class TestPantherFlowInvestigation(unittest.TestCase):
def test_pantherflow_investigation(self):
# pylint: disable=line-too-long
event = {
"p_any_ip_addresses": ["12.34.56.78"],
"p_source_file": {
Expand Down
2 changes: 1 addition & 1 deletion global_helpers/panther_base_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,5 @@ def pantherflow_investigation(event, interval="30m"):
else:
query += f" or arrays.overlap({key}, {value.copy()})\n"
query += "| sort p_event_time"
print(query)

return query

0 comments on commit a038b49

Please sign in to comment.