diff --git a/tests/cmd/test_config.py b/tests/cmd/test_config.py index 0bb36a6b7..ef399b604 100644 --- a/tests/cmd/test_config.py +++ b/tests/cmd/test_config.py @@ -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',