Enable pylint, black and flake8 in tox.ini
[osm/NBI.git] / osm_nbi / tests / test_admin_topics.py
index 8124ce4..eb1cf32 100755 (executable)
@@ -1013,7 +1013,9 @@ class Test_UserTopicAuth(TestCase):
                 },
             )
             content = self.auth.update_user.call_args[0][0]
-            self.assertEqual(content["old_password"], old_password, "Wrong old password")
+            self.assertEqual(
+                content["old_password"], old_password, "Wrong old password"
+            )
             self.assertEqual(content["password"], new_pasw, "Wrong user password")
 
     def test_delete_user(self):