summary refs log tree commit diff
path: root/tests/module_api/test_api.py
diff options
context:
space:
mode:
authorMichael Telatynski <7t3chguy@gmail.com>2022-06-01 10:00:57 +0100
committerGitHub <noreply@github.com>2022-06-01 10:00:57 +0100
commitfc8262bb41f2b25de315cd49c6ff03d165807935 (patch)
tree25879471ea31589050fd09c5d7ad9d141e59c193 /tests/module_api/test_api.py
parentRevert spacing tweak (diff)
parentRemove most groups datastore code. (#12895) (diff)
downloadsynapse-fc8262bb41f2b25de315cd49c6ff03d165807935.tar.xz
Merge branch 'develop' into sonar
Diffstat (limited to 'tests/module_api/test_api.py')
-rw-r--r--tests/module_api/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/module_api/test_api.py b/tests/module_api/test_api.py

index 8bc84aaaca..169e29b590 100644 --- a/tests/module_api/test_api.py +++ b/tests/module_api/test_api.py
@@ -399,7 +399,7 @@ class ModuleApiTestCase(HomeserverTestCase): for edu in edus: # Make sure we're only checking presence-type EDUs - if edu["edu_type"] != EduTypes.Presence: + if edu["edu_type"] != EduTypes.PRESENCE: continue # EDUs can contain multiple presence updates