Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2021-05-06 01:49:06 +0300
committerGitHub <noreply@github.com>2021-05-06 01:49:06 +0300
commit934de48d44e431b01dcf750de88d24ca740119d5 (patch)
treebadc3c1a77bb1f9cc743a914ddc2b9aa4963f51f /certbot-ci
parente39c7b5233f9a53c22adab6236b20cb116a5c119 (diff)
fix typo (#8828)
Diffstat (limited to 'certbot-ci')
-rw-r--r--certbot-ci/snap_integration_tests/dns_tests/test_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-ci/snap_integration_tests/dns_tests/test_main.py b/certbot-ci/snap_integration_tests/dns_tests/test_main.py
index 721352c04..d008efc67 100644
--- a/certbot-ci/snap_integration_tests/dns_tests/test_main.py
+++ b/certbot-ci/snap_integration_tests/dns_tests/test_main.py
@@ -44,4 +44,4 @@ def test_dns_plugin_install(dns_snap_path):
'certbot:certbot-metadata'])
subprocess.check_call(['snap', 'install', '--dangerous', dns_snap_path])
finally:
- subprocess.call(['snap', 'remove', 'plugin_name'])
+ subprocess.call(['snap', 'remove', plugin_name])