Skip to content

Commit

Permalink
fixed daemon test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
osherdp committed May 20, 2018
1 parent 3720234 commit 13f1f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ def test_raising_on_windows_when_user_tries_daemon_mode(resource_manager):

assert result.exit_code != 0
resource_manager.assert_not_called()
assert "Cannot run as daemon on Windows" in result.output
assert "Cannot run as daemon on Windows" in result.exception.message

0 comments on commit 13f1f0b

Please sign in to comment.