Skip to content

Commit

Permalink
Fix failing collect test
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlussel-zz committed Dec 24, 2015
1 parent 537d44d commit f5f9e7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/product/test_collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ def test_collect_system_info_server_stopped(self):
message = '\nFatal error: [%s] Unable to access node ' \
'information. Please check that server is up with ' \
'command: server status\n\nAborting.\n'
expected = ''
for host in self.cluster.all_internal_hosts():
expected += message % host
expected = message % self.cluster.internal_master
self.assertEqualIgnoringOrder(actual, expected)

def _add_custom_log_location(self, new_log_location):
Expand Down

0 comments on commit f5f9e7d

Please sign in to comment.