diff --git a/certbot/tests/hook_test.py b/certbot/tests/hook_test.py index 970a0fbdf..bae8c427a 100644 --- a/certbot/tests/hook_test.py +++ b/certbot/tests/hook_test.py @@ -66,7 +66,7 @@ class HookTest(util.ConfigTestCase): """Common base class for hook tests.""" @classmethod - def _call(cls, *args, **kwargs): + def _call(cls, *args, **kwargs): # pragma: no cover """Calls the method being tested with the given arguments.""" raise NotImplementedError