From 0f3186b722e06afeb226c756157a964b13b7ca7a Mon Sep 17 00:00:00 2001 From: Timothy Poitras Date: Tue, 16 Aug 2016 14:47:49 +1000 Subject: Fixes to typos, grammar, and product branding in cli_installer --- utils/test/cli_installer_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/test') diff --git a/utils/test/cli_installer_tests.py b/utils/test/cli_installer_tests.py index 98e111043..8c67c6346 100644 --- a/utils/test/cli_installer_tests.py +++ b/utils/test/cli_installer_tests.py @@ -722,7 +722,7 @@ class UnattendedCliTests(OOCliFixture): # This is an invalid config: self.assert_result(result, 1) - self.assertTrue("A minimum of 3 Masters are required" in result.output) + self.assertTrue("A minimum of 3 masters are required" in result.output) #unattended with three masters, one node, but no load balancer specified: @patch('ooinstall.openshift_ansible.run_main_playbook') -- cgit v1.2.1