Trivial Fix: Fix typo

Change-Id: I657ebe1d4c514363382a856d283ae8549359f83e
This commit is contained in:
Trevor McCasland
2016-06-20 13:59:40 -05:00
parent 9147f9dd6b
commit 15fb3343e0

View File

@@ -167,8 +167,8 @@ class ConfigurationsTestBase(object):
"""Returns the expected test configurations for the default datastore
defined in the Test Config as dbaas_datastore.
"""
default_datatstore = CONFIG.get('dbaas_datastore', None)
datastore_test_configs = CONFIG.get(default_datatstore, {})
default_datastore = CONFIG.get('dbaas_datastore', None)
datastore_test_configs = CONFIG.get(default_datastore, {})
return datastore_test_configs.get("configurations", {})