Fix typo in test docstring

Change-Id: I28f7b19319fdbbb8f5b2d582596643d85fc3efb9
Signed-off-by: Anil Belur <askb23@gmail.com>
This commit is contained in:
Anil Belur 2018-07-17 20:38:53 +10:00
parent b92336aa95
commit 81f69c6f0d
No known key found for this signature in database
GPG Key ID: 0FAA11C1B55BFA62
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ class TestConfigs(CmdTestsBase):
def test_config_options_not_replaced_by_cli_defaults(self):
"""
Run test mode and check config settings from conf file retained
when non of the global CLI options are set.
when none of the global CLI options are set.
"""
config_file = os.path.join(self.fixtures_path,
'settings_from_config.ini')
@ -124,7 +124,7 @@ class TestConfigs(CmdTestsBase):
def test_config_options_overriden_by_cli(self):
"""
Run test mode and check config settings from conf file retained
when non of the global CLI options are set.
when none of the global CLI options are set.
"""
args = ['--user', 'myuser', '--password', 'mypassword',
'--ignore-cache', '--flush-cache', '--allow-empty-variables',