From 10510f1e7ec067c4bc14a4c746e979e6f82777df Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Mon, 10 Jun 2019 17:23:11 +0100 Subject: Lint --- tests/rest/client/v2_alpha/test_register.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rest/client/v2_alpha/test_register.py b/tests/rest/client/v2_alpha/test_register.py index 4cb27972da..f17f34daa3 100644 --- a/tests/rest/client/v2_alpha/test_register.py +++ b/tests/rest/client/v2_alpha/test_register.py @@ -251,7 +251,7 @@ class RegisterHideProfileTestCase(unittest.HomeserverTestCase): args = post_json.call_args[0] # Make sure the last call was attempting to replicate profiles. split_uri = args[0].split("/") - self.assertEqual(split_uri[len(split_uri)-1], "replicate_profiles", args[0]) + self.assertEqual(split_uri[len(split_uri) - 1], "replicate_profiles", args[0]) # Make sure the last profile update was overriding the user's profile to None. self.assertEqual(args[1]["batch"][user_id], None, args[1]) -- cgit 1.5.1