This commit is contained in:
remakar 2019-01-07 09:18:54 -05:00
Родитель e8b043f30d
Коммит 2430aade93
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -92,7 +92,7 @@ class TestDeployment:
'nfsExportPath': '/msazure',
'bootstrapScriptPath': '/bootstrap/bootstrap.sh'
}
wait_for_op(atd.deploy(add_secrets_params=False))
wait_for_op(atd.deploy())
# FIXTURES ####################################################################
@pytest.fixture(scope='class')