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

Fix unit test

parent ab9465ed
No related branches found
No related tags found
No related merge requests found
......@@ -252,5 +252,5 @@ class Testcases(unittest.TestCase):
def test_claimreward(self):
runner = CliRunner()
result = runner.invoke(cli, ['claimreward'], input="test\n")
result = runner.invoke(cli, ['-d', 'claimreward'], input="test\n")
self.assertEqual(result.exit_code, 0)
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