summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2019-07-11 15:40:57 +0100
committerWill Hunt <will@half-shot.uk>2019-07-11 15:40:57 +0100
commitf546bbe83f29cc8a60eee97e16ab5a6674b0dd42 (patch)
tree7b1382b7627eed64f87f973628c4d3a5a955d6ce
parentcommas and newlines (diff)
downloadsynapse-github/hs/presence-caps.tar.xz
-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,
         )