This commit is contained in:
parent
ad5c0a1f31
commit
2a3ed206cb
@ -15,6 +15,6 @@ def test_certbot_is_installed(host):
|
|||||||
|
|
||||||
|
|
||||||
def test_certbot_run(host):
|
def test_certbot_run(host):
|
||||||
cmd = host.run("certbot --help")
|
cmd = host.run("~/.local/bin/certbot --help")
|
||||||
assert "Certbot can obtain and install HTTPS/TLS/SSL certificates." in cmd.stdout
|
assert "Certbot can obtain and install HTTPS/TLS/SSL certificates." in cmd.stdout
|
||||||
assert cmd.succeeded
|
assert cmd.succeeded
|
||||||
|
Loading…
Reference in New Issue
Block a user