fix misspelling of 'password'

Change-Id: Ie27d4c969558c6dbeb70004d48d8083807a68325
This commit is contained in:
wangqiangbj 2018-01-25 19:32:05 +08:00
parent d8000c779a
commit 430131afe6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class TestManilaGenericCharmConfigProperties(Helper):
def test_computed_use_password(self):
config = mock.MagicMock()
# test no passowrd or driver_auth_type configured
# test no password or driver_auth_type configured
config.driver_service_instance_password = None
config.driver_auth_type = None
self.assertFalse(manila_generic.computed_use_password(config))