From 1676246743d43d5497ff043e051900433e24548a Mon Sep 17 00:00:00 2001 From: jessop Date: Fri, 22 Nov 2019 15:27:03 -0500 Subject: [PATCH] cleanup --- lbry/tests/integration/test_other_commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lbry/tests/integration/test_other_commands.py b/lbry/tests/integration/test_other_commands.py index 7f13393a9..488b45e5a 100644 --- a/lbry/tests/integration/test_other_commands.py +++ b/lbry/tests/integration/test_other_commands.py @@ -11,6 +11,8 @@ class AddressManagement(CommandTestCase): self.assertItemCount(single, 1) self.assertEqual(single['items'][0], addresses['items'][11]) +class SettingsManagement(CommandTestCase): + async def test_settings(self): settings = self.daemon.jsonrpc_settings_get() self.assertNotEqual(settings['lbryum_servers'][0],('127.0.0.1', 50002))