Skip to content

Commit d2f4e2b

Browse files
author
brandon
committed
We don't strictly need to delete all the previous rules to test creating an action
1 parent 70d1472 commit d2f4e2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/test_actions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
def test_create_action(gl_experimental: ExperimentalApi):
99
# We first clear out any rules in case the account has any left over from a previous test
10-
gl_experimental.delete_all_rules()
1110
name = f"Test {datetime.utcnow()}"
1211
det = gl_experimental.get_or_create_detector(name, "test_query")
1312
rule = gl_experimental.create_rule(det, f"test_rule_{name}", "EMAIL", "test@example.com")

0 commit comments

Comments
 (0)