We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd36a1e commit 287f4cfCopy full SHA for 287f4cf
tests/aws_cron_expression_validator/test_validator.py
@@ -47,7 +47,6 @@ def test_slash_regex(self):
47
48
def test_list_slash_regex(self):
49
given_regex = validator.AWSCronExpressionValidator.list_slash_regex(r"[B-Y]")
50
- given_valid_matches = ["B", "B/2,C-D/2", "*/10,*/3"]
51
given_valid_matches = ["B/2", "B/2,C/2", "B/2,C/2,D/2", "*/10,*/3", "B,C/2,D/2", "B/2,C,D/2", "C/2,D-T/2"]
52
given_invalid_matches = ["*/10,*/3,"]
53
self._then_matches(given_regex, given_valid_matches)
0 commit comments