Merge pull request #7541 from certbot/no-client-plugins

Fix docstring
This commit is contained in:
m0namon 2020-02-27 14:36:59 -08:00 committed by GitHub
commit 5a4f158c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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