Skip to content

Commit

Permalink
Updated test_node_log_missing_slave test to work on 1.9.2 cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
klueska committed Jul 23, 2017
1 parent d5ed4bb commit 5e99def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/integrations/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_node_log_missing_slave():
assert returncode == 1
assert stdout == b''
stderr_str = str(stderr)
assert 'HTTP 404: Not Found' in stderr_str
assert 'b\'No slave found with ID "bogus".\\n\'' == stderr_str


def test_node_log_lines():
Expand Down

0 comments on commit 5e99def

Please sign in to comment.