fix cli version test
This commit is contained in:
parent
677ba25ccd
commit
bc8251696e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class CLITest(unittest.TestCase):
|
||||||
main(['version'])
|
main(['version'])
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
actual_output.getvalue().strip(),
|
actual_output.getvalue().strip(),
|
||||||
json.dumps(get_platform(get_ip=False), sort_keys=True, indent=2)
|
"lbrynet {lbrynet_version}".format(**get_platform(get_ip=False))
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_invalid_command(self):
|
def test_invalid_command(self):
|
||||||
|
|
Loading…
Reference in a new issue