[Config] Fix get() functionality (#815)

This commit is contained in:
Will
2017-06-16 14:35:32 -04:00
committed by Twentysix
parent 68bc6e3325
commit 422bbba7f6
3 changed files with 21 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ def json_driver(tmpdir_factory):
return driver
@pytest.fixture(scope="module")
@pytest.fixture()
def config(json_driver):
return Config(
cog_name="PyTest",
@@ -26,7 +26,7 @@ def config(json_driver):
driver_spawn=json_driver)
@pytest.fixture(scope="module")
@pytest.fixture()
def config_fr(json_driver):
"""
Mocked config object with force_register enabled.