summaryrefslogtreecommitdiffstats
path: root/unitest-restful.py
diff options
context:
space:
mode:
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 d5627582..ae7bd696 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -94,7 +94,7 @@ 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'):
+ 'hddtemp', 'batpercent', 'network', 'folders', 'amps', 'ports', 'irq'):
self.assertIsInstance(req.json(), list)
elif p in ('psutilversion', 'help'):
pass