Skip to content

Commit

Permalink
Add event filter -restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Sep 27, 2024
1 parent dedc352 commit aceab4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/test_event_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def test_tag_match():

assert EventTagFilter(["partition+arm"]).match(event) is True
assert EventTagFilter(["partition+arm+restore"]).match(event) is True
assert EventTagFilter(["partition,arm,-restore"]).match(event) is False
assert EventTagFilter(["partition"]).match(event) is True
assert EventTagFilter(["arm"]).match(event) is True
assert EventTagFilter(["arm-zone"]).match(event) is True
Expand Down

0 comments on commit aceab4b

Please sign in to comment.