summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xunitest-restful.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/unitest-restful.py b/unitest-restful.py
index 3744b630..8c11ed93 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -94,7 +94,8 @@ class TestGlances(unittest.TestCase):
if p in ('uptime', 'now'):
self.assertIsInstance(req.json(), text_type)
elif p in ('fs', 'percpu', 'sensors', 'alert', 'processlist', 'diskio',
- 'hddtemp', 'batpercent', 'network', 'folders', 'amps', 'ports', 'irq'):
+ 'hddtemp', 'batpercent', 'network', 'folders', 'amps', 'ports',
+ 'irq', 'wifi'):
self.assertIsInstance(req.json(), list)
elif p in ('psutilversion', 'help'):
pass