diff options
author | Will Hunt <will@half-shot.uk> | 2019-07-11 15:40:57 +0100 |
---|---|---|
committer | Will Hunt <will@half-shot.uk> | 2019-07-11 15:40:57 +0100 |
commit | f546bbe83f29cc8a60eee97e16ab5a6674b0dd42 (patch) | |
tree | 7b1382b7627eed64f87f973628c4d3a5a955d6ce | |
parent | commas and newlines (diff) | |
download | synapse-hs/presence-caps.tar.xz |
Hitting save help github/hs/presence-caps hs/presence-caps
-rw-r--r-- | tests/rest/client/v1/test_presence.py | 4 |
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, ) |