diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-05-16 15:25:54 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-05-16 15:25:54 +0100 |
commit | 8f9ce1a8a22a6299b62eb0d6ab73cb95a4e01d20 (patch) | |
tree | e12a44daf03ab6dbe98d09e36494f29a7bef4eef | |
parent | Lint (diff) | |
download | synapse-8f9ce1a8a22a6299b62eb0d6ab73cb95a4e01d20.tar.xz |
Lint
-rw-r--r-- | tests/rest/client/v1/test_rooms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/client/v1/test_rooms.py b/tests/rest/client/v1/test_rooms.py index 8df0a07824..5f75ad7579 100644 --- a/tests/rest/client/v1/test_rooms.py +++ b/tests/rest/client/v1/test_rooms.py @@ -1004,4 +1004,3 @@ class PerRoomProfilesForbiddenTestCase(unittest.HomeserverTestCase): res_displayname = channel.json_body["content"]["displayname"] self.assertEqual(res_displayname, self.displayname, channel.result) - |