Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Dec 13, 2024
1 parent 028998a commit 588bc77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ def test_delete_actions(gl_experimental: ExperimentalApi):
det = gl_experimental.get_or_create_detector(name, "test_query")
for i in range(num_test_rules):
_ = gl_experimental.create_rule(det, f"test_rule_{i}", "EMAIL", "[email protected]")
import IPython

IPython.embed()
rules = gl_experimental.list_detector_rules(det.id)
assert rules.count == num_test_rules
gl_experimental.delete_all_rules(det.id)
Expand Down

0 comments on commit 588bc77

Please sign in to comment.