Commit c5df5094 authored by Jérome Perrin's avatar Jérome Perrin

fixup! console: support new `slapos console script.py` invocation

parent 19e3f1b6
......@@ -185,7 +185,7 @@ master_url=null
sys.stdout = app_stdout = StringIO.StringIO()
app.run(('console', '--cfg', self.config_file.name))
finally:
sys.sdin = saved_stdin
sys.stdin = saved_stdin
sys.stdout = saved_stdout
self.mock_request.assert_called_once_with('software_release', 'instance')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment