Fix tests

This commit is contained in:
Erik Johnston 2015-09-01 15:42:03 +01:00
parent ab9e01809d
commit 00149c063b
2 changed files with 30 additions and 9 deletions

View file

@ -69,7 +69,7 @@ class Auth(object):
if not creation_event:
raise SynapseError(
400,
403,
"Room %r does not exist" % (event.room_id,)
)