Skip to content

Commit ab9e0e1

Browse files
committed
Also test multiple exposed features
1 parent b5607d3 commit ab9e0e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_registries.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def cluster_handlers(cluster_handler):
9999
),
100100
(MatchRule(exposed_features=EXPOSED_FEATURE), True),
101101
(MatchRule(exposed_features="no match"), False),
102+
(MatchRule(exposed_features={"no match for this yet", EXPOSED_FEATURE}), True),
102103
(
103104
MatchRule(
104105
exposed_features=EXPOSED_FEATURE,

0 commit comments

Comments
 (0)