Skip to content
Snippets Groups Projects
Commit 64fe86b9 authored by Holger's avatar Holger
Browse files

Fix unit test

parent e04e5509
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -415,7 +415,7 @@ class Testcases(unittest.TestCase):
runner = CliRunner()
result = runner.invoke(cli, ['pingnode'])
self.assertEqual(result.exit_code, 0)
result = runner.invoke(cli, ['pingnode', '--raw'])
result = runner.invoke(cli, ['pingnode', '--sort'])
self.assertEqual(result.exit_code, 0)
def test_updatenodes(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment