Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Anko59 committed Dec 4, 2024
1 parent 0c48020 commit 59f35ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cortex_endpoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from thehive4py.client import TheHiveApi
from thehive4py.types.case import OutputCase


class TestCortexEndpoint:
def test_list_analyzers(self, thehive: TheHiveApi):
analyzers = thehive.cortex.list_analyzers()
Expand All @@ -15,4 +16,4 @@ def test_list_responders(self, thehive: TheHiveApi, test_case: OutputCase):
responders = thehive.cortex.list_responders(
entity_type="case", entity_id=test_case["_id"]
)
assert responders == []
assert responders == []

0 comments on commit 59f35ea

Please sign in to comment.