forked from LBRYCommunity/lbry-sdk
fix test
This commit is contained in:
parent
7bb873dad9
commit
62fa85c0a4
1 changed files with 1 additions and 1 deletions
|
@ -36,4 +36,4 @@ class CLIIntegrationTest(AsyncioTestCase):
|
|||
with contextlib.redirect_stdout(actual_output):
|
||||
cli.main(["--api", "localhost:5299", "status"])
|
||||
actual_output = actual_output.getvalue()
|
||||
self.assertIn("connection_status", actual_output)
|
||||
self.assertIn("is_running", actual_output)
|
||||
|
|
Loading…
Reference in a new issue