Skip to content
Snippets Groups Projects
Commit 3c9d240c authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

try to fix test_cli

parent ef616258
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,9 @@ class Testcases(unittest.TestCase):
stm = shared_steem_instance()
stm.config.refreshBackup()
runner = CliRunner()
runner.invoke(cli, ['set', 'default_vote_weight', '100'])
runner.invoke(cli, ['set', 'default_account', 'beem'])
runner.invoke(cli, ['set', 'nodes', 'wss://testnet.steem.vc'])
runner.invoke(cli, ['-o', 'set', 'default_vote_weight', '100'])
runner.invoke(cli, ['-o', 'set', 'default_account', 'beem'])
runner.invoke(cli, ['-o', 'set', 'nodes', 'wss://testnet.steem.vc'])
runner.invoke(cli, ['createwallet'], input="y\ntest\ntest\n")
runner.invoke(cli, ['addkey'], input="test\n" + wif + "\n")
runner.invoke(cli, ['addkey'], input="test\n" + posting_key + "\n")
......
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