summaryrefslogtreecommitdiffstats
path: root/utils/test
diff options
context:
space:
mode:
authorTimothy Poitras <tpoitras@redhat.com>2016-08-16 14:47:49 +1000
committerTimothy Poitras <tpoitras@redhat.com>2016-08-17 14:02:57 +1000
commit0f3186b722e06afeb226c756157a964b13b7ca7a (patch)
tree309906a32221230d493f26dfd7838d60e1cf08d5 /utils/test
parentace76425ceb27e8cc60ee4b8e8fd5d986bbd5292 (diff)
downloadopenshift-0f3186b722e06afeb226c756157a964b13b7ca7a.tar.gz
openshift-0f3186b722e06afeb226c756157a964b13b7ca7a.tar.bz2
openshift-0f3186b722e06afeb226c756157a964b13b7ca7a.tar.xz
openshift-0f3186b722e06afeb226c756157a964b13b7ca7a.zip
Fixes to typos, grammar, and product branding in cli_installer
Diffstat (limited to 'utils/test')
-rw-r--r--utils/test/cli_installer_tests.py2
1 files changed, 1 insertions, 1 deletions
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')