Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
Fix test on errornous output
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage committed Feb 18, 2016
1 parent bcc482e commit fd2e945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/cli/test_default_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_run_helloapache_app(self, capsys):
# Run the dry-run command
with pytest.raises(SystemExit) as exec_info:
self.exec_cli(command)
nil, out = capsys.readouterr()
out, err = capsys.readouterr()

# Tear down and remove all those useless generated files
self.tear_down()
Expand Down

0 comments on commit fd2e945

Please sign in to comment.