Fix option

This commit is contained in:
Adrien Ferrand 2020-01-25 00:40:35 +01:00
parent 7b041c411b
commit 964b17a7c4

View file

@ -15,7 +15,7 @@ def test_it(request):
try:
# Install certbot
subprocess.check_call([request.config.installer_path, '/S'])
subprocess.check_call([request.config.option.installer_path, '/S'])
# Assert certbot is installed and runnable
output = subprocess.check_output(['certbot', '--version'], universal_newlines=True)