moto/tests/test_events
Emilio López 5fd20626b3
events: fix archive event pattern match check (#3671)
* events: fix archive event pattern match check

There is a missing `return True` for the positive match case in
matches_pattern, causing all valid patterns to fail.

* events: add test for valid, non-empty pattern match
2021-02-16 08:54:28 +00:00
..
__init__.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_events_cloudformation.py Add EventBridge Archive CRUD endpoints (#3617) 2021-01-28 10:47:53 +00:00
test_events.py events: fix archive event pattern match check (#3671) 2021-02-16 08:54:28 +00:00