Skip to content

Commit

Permalink
Automatically reformatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto-format Bot committed Dec 12, 2024
1 parent b6b22b6 commit 3fad243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def test_get_all_actions(gl_experimental: ExperimentalApi):
assert rules.count > num_test_rules
assert len(rules.results) == gl_experimental.ITEMS_PER_PAGE


def test_delete_actions(gl_experimental: ExperimentalApi):
name = f"Test {datetime.utcnow()}"
num_test_rules = 13 # needs to be larger than the default page size
Expand All @@ -38,6 +39,7 @@ def test_delete_actions(gl_experimental: ExperimentalApi):
rules = gl_experimental.list_detector_rules(det.id)
assert rules.count == 0


def test_create_action_with_human_review(gl_experimental: ExperimentalApi):
name = f"Test {datetime.utcnow()}"
det = gl_experimental.get_or_create_detector(name, "test_query")
Expand Down

0 comments on commit 3fad243

Please sign in to comment.