summary refs log tree commit diff
path: root/tests/rest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rest')
-rw-r--r--tests/rest/client/v1/test_presence.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rest/client/v1/test_presence.py b/tests/rest/client/v1/test_presence.py

index 73eb0c2be4..d49e5be2df 100644 --- a/tests/rest/client/v1/test_presence.py +++ b/tests/rest/client/v1/test_presence.py
@@ -72,7 +72,7 @@ class PresenceTestCase(unittest.HomeserverTestCase): self.assertEqual( { "errcode": "M_FORBIDDEN", - "error": "Presence is disabled on this homeserver" + "error": "Presence is disabled on this homeserver", }, channel.json_body, ) @@ -94,7 +94,7 @@ class PresenceTestCase(unittest.HomeserverTestCase): self.assertEqual( { "errcode": "M_FORBIDDEN", - "error": "Presence is disabled on this homeserver" + "error": "Presence is disabled on this homeserver", }, channel.json_body, )