diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-08-17 09:22:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-17 09:22:21 -0400 |
commit | 726288597ae14b077f95d33c70914cdc024772c0 (patch) | |
tree | c82a27605f84e21d11341ed113466e0390cfbd4f /utils/test | |
parent | a6c1b382289f5e56c4591c952afed71ad130bbe6 (diff) | |
parent | 0f3186b722e06afeb226c756157a964b13b7ca7a (diff) | |
download | openshift-726288597ae14b077f95d33c70914cdc024772c0.tar.gz openshift-726288597ae14b077f95d33c70914cdc024772c0.tar.bz2 openshift-726288597ae14b077f95d33c70914cdc024772c0.tar.xz openshift-726288597ae14b077f95d33c70914cdc024772c0.zip |
Merge pull request #2303 from tpoitras/typos-cli_installer.py
Edits to fix to typos, grammar, and product branding in cli_installer
Diffstat (limited to 'utils/test')
-rw-r--r-- | utils/test/cli_installer_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/cli_installer_tests.py b/utils/test/cli_installer_tests.py index 5944bbe81..0556e52a1 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') |