mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Fix option
This commit is contained in:
parent
7b041c411b
commit
964b17a7c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue