diff --git a/test/units/cli/test_galaxy.py b/test/units/cli/test_galaxy.py index eab5aa3ce94..f08e155f93e 100644 --- a/test/units/cli/test_galaxy.py +++ b/test/units/cli/test_galaxy.py @@ -114,8 +114,8 @@ class TestGalaxy(unittest.TestCase): role_info = {'name': 'some_role_name', 'galaxy_info': galaxy_info} display_result = gc._display_role_info(role_info) - if display_result.find('\t\tgalaxy_tags:') > -1: - self.fail('Expected galaxy_tags to be indented twice') + if display_result.find('\n\tgalaxy_info:') == -1: + self.fail('Expected galaxy_info to be indented once') def test_execute_remove(self): # installing role