summaryrefslogtreecommitdiff
path: root/keystone/tests/unit/test_kvs.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/tests/unit/test_kvs.py')
-rw-r--r--keystone/tests/unit/test_kvs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/tests/unit/test_kvs.py b/keystone/tests/unit/test_kvs.py
index bc3249a2b..12be81b79 100644
--- a/keystone/tests/unit/test_kvs.py
+++ b/keystone/tests/unit/test_kvs.py
@@ -613,7 +613,7 @@ class TestCacheRegionInit(unit.TestCase):
backing_store=self.kvs_backend)
def test_kvs_configure_called_twice(self):
- """Check if configure() is called again"""
+ """Check if configure() is called again."""
target = core.KeyValueStore
with mock.patch.object(target, 'configure') as configure_mock:
store = core.get_key_value_store(self.store_name)