update test_config.py with old dcos.toml location

This commit is contained in:
Michael Gummelt
2015-04-15 14:05:30 -07:00
parent 5965868ced
commit 303ba6ff55

View File

@@ -10,10 +10,9 @@ from common import exec_command
@pytest.fixture
def env():
config_path = os.path.join("tests", "data", "config", "dcos.toml")
return {
constants.PATH_ENV: os.environ[constants.PATH_ENV],
constants.DCOS_CONFIG_ENV: config_path
constants.DCOS_CONFIG_ENV: os.path.join("tests", "data", "dcos.toml")
}