diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-12 14:10:32 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-12 14:10:32 +0000 |
commit | 41ff21c9074ae2859eb49dfba1bda21f4ec3ab6e (patch) | |
tree | 30dc53a6a58bc64d9944605d0eeb5c665d86154b /tests/rest | |
parent | Validate message, topic and name event contents (diff) | |
download | synapse-41ff21c9074ae2859eb49dfba1bda21f4ec3ab6e.tar.xz |
Fix test.
Diffstat (limited to 'tests/rest')
-rw-r--r-- | tests/rest/test_rooms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/test_rooms.py b/tests/rest/test_rooms.py index ff7c9f0530..e2172366ef 100644 --- a/tests/rest/test_rooms.py +++ b/tests/rest/test_rooms.py @@ -503,7 +503,7 @@ class RoomsMemberListTestCase(RestTestCase): @defer.inlineCallbacks def test_get_member_list_mixed_memberships(self): - room_creator = "@some_other_guy:blue" + room_creator = "@some_other_guy:red" room_id = yield self.create_room_as(room_creator) room_path = "/rooms/%s/members" % room_id yield self.invite(room=room_id, src=room_creator, |