From 65d34f9bb4f0c3431ae200d65bfe51075070ae3d Mon Sep 17 00:00:00 2001 From: "H.Shay" Date: Mon, 20 Sep 2021 08:39:46 -0700 Subject: [PATCH] lints --- tests/rest/admin/test_room.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/rest/admin/test_room.py b/tests/rest/admin/test_room.py index 33244ca841..e7e3f8d129 100644 --- a/tests/rest/admin/test_room.py +++ b/tests/rest/admin/test_room.py @@ -977,14 +977,14 @@ class RoomTestCase(unittest.HomeserverTestCase): access_token=self.admin_user_tok, ) self.assertEqual(expected_http_code, channel.code, msg=channel.json_body) - self.assertIn(expected_room_id, channel.json_body.get('rooms')[0].get('room_id')) - self.assertIn("ж", channel.json_body.get('rooms')[0].get('name')) + self.assertIn( + expected_room_id, channel.json_body.get("rooms")[0].get("room_id") + ) + self.assertIn("ж", channel.json_body.get("rooms")[0].get("name")) search_term = "ж" _search_test_utf8(room_id, search_term) - - def test_single_room(self): """Test that a single room can be requested correctly""" # Create two test rooms