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:
authorm0namon <51840727+m0namon@users.noreply.github.com>2020-02-28 01:36:59 +0300
committerGitHub <noreply@github.com>2020-02-28 01:36:59 +0300
commit5a4f158c550bb1f6068be9d4f707e813b8f6eae0 (patch)
tree55a82a70c5952b1c1897503f1a6da1d9dfcbc3a9
parenta2be8e1956c79662fd28d8b8af4802ea89cf29bf (diff)
parentdf584a3b90f9c18efaac07a5d7fb0bf9be5a81a9 (diff)
Merge pull request #7541 from certbot/no-client-plugins
Fix docstring
-rw-r--r--certbot/tests/plugins/common_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot/tests/plugins/common_test.py b/certbot/tests/plugins/common_test.py
index 915a3ae6c..7543f28f3 100644
--- a/certbot/tests/plugins/common_test.py
+++ b/certbot/tests/plugins/common_test.py
@@ -177,7 +177,7 @@ class InstallerTest(test_util.ConfigTestCase):
class AddrTest(unittest.TestCase):
- """Tests for certbot._internal.client.plugins.common.Addr."""
+ """Tests for certbot.plugins.common.Addr."""
def setUp(self):
from certbot.plugins.common import Addr