summaryrefslogtreecommitdiffstats
path: root/unitest-xmlrpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'unitest-xmlrpc.py')
-rwxr-xr-xunitest-xmlrpc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/unitest-xmlrpc.py b/unitest-xmlrpc.py
index c57edc82..51433376 100755
--- a/unitest-xmlrpc.py
+++ b/unitest-xmlrpc.py
@@ -182,7 +182,6 @@ class TestGlances(unittest.TestCase):
req = json.loads(client.getIrq())
self.assertIsInstance(req, list)
-
def test_999_stop_server(self):
"""Stop the Glances Web Server."""
print('INFO: [TEST_999] Stop the Glances Server')