Skip to content

Commit

Permalink
anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code committed Aug 23, 2024
1 parent 83f148c commit 6aa18cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_task_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def test_oldstyle_wildcards(self):
self.assertTrue(task_sample.matches_filters(filters))

def test_wildcards_anchored(self):
# Old-style wildcards, except negative filters, don't mix
# Just to make sure matching is anchored at ^ and $.
filters = [{"foo": "bar"}]

task_sample = Task(headers={
Expand Down

0 comments on commit 6aa18cf

Please sign in to comment.