Fix typo in functional.base

Fixes a typo in the functional base class that wasn't updated after
code moved.

Change-Id: Ie9cd7dd1f2b7ffcd80289ecf5da235cfb37e14f3
This commit is contained in:
Adam Gandelman 2015-05-13 14:42:43 -07:00
parent 5589b9314c
commit 09ad9d750e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class AkandaFunctionalBase(testtools.TestCase):
)
self._management_address = None
def get_config(self):
def _get_config(self):
config_file = os.environ.get('AKANDA_TEST_CONFIG',
DEFAULT_CONFIG)
config = ConfigParser.SafeConfigParser()