提交 92b4e1ad 编写于 作者: N nicolargo

Correct an issue in the UT for the new Wifi plugin

上级 baf79e9d
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册