summaryrefslogtreecommitdiffstats
path: root/unitest-restful.py
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2015-11-22 11:02:27 +0100
committernicolargo <nicolashennion@gmail.com>2015-11-22 11:02:27 +0100
commit5ab1059c3504366cd018995205d98ffa5b0341b7 (patch)
tree091a03aafb0be424a2eb04be18e48eb6a012ac93 /unitest-restful.py
parent1daabae379e86fddfc6f38a39f0eb28bddaf61c5 (diff)
Add Folders plugin to the unitaries tests
Diffstat (limited to 'unitest-restful.py')
-rwxr-xr-xunitest-restful.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unitest-restful.py b/unitest-restful.py
index fe170719..bf7b583d 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -93,7 +93,7 @@ class TestGlances(unittest.TestCase):
if p in ('uptime', 'now'):
self.assertIsInstance(req.json(), text_type)
elif p in ('fs', 'monitor', 'percpu', 'sensors', 'alert', 'processlist',
- 'diskio', 'hddtemp', 'batpercent', 'network'):
+ 'diskio', 'hddtemp', 'batpercent', 'network', 'folders'):
self.assertIsInstance(req.json(), list)
elif p in ('psutilversion', 'help'):
pass