1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-14 11:36:19 +00:00
synapse/tests/api
Richard van der Hoff 6c0b44a3d7
Fix PushRuleEvaluator and Filter to work on frozendicts ()
* Fix `PushRuleEvaluator` to work on frozendicts

frozendicts do not (necessarily) inherit from dict, so this needs to handle
them correctly.

* Fix event filtering for frozen events

Looks like this one was introduced by .
2022-02-28 17:40:24 +00:00
..
__init__.py Test ratelimiter 2014-09-02 15:16:26 +01:00
test_auth.py Replace assertEquals and friends with non-deprecated versions. () 2022-02-28 07:12:29 -05:00
test_filtering.py Fix PushRuleEvaluator and Filter to work on frozendicts () 2022-02-28 17:40:24 +00:00
test_ratelimiting.py Replace assertEquals and friends with non-deprecated versions. () 2022-02-28 07:12:29 -05:00