mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 17:10:43 +03:00
Hitting save help
This commit is contained in:
parent
888b66f42f
commit
f546bbe83f
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue