Trivial Fix: Fix typo
Change-Id: I657ebe1d4c514363382a856d283ae8549359f83e
This commit is contained in:
@@ -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", {})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user