mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
make lint happy
This commit is contained in:
parent
72144f6cb7
commit
abc0287cde
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class ApacheHttp01Test(util.ApacheTest):
|
|||
break
|
||||
else: # pragma: no cover
|
||||
# If we didn't find a domain, we shouldn't continue the test.
|
||||
self.assertTrue(False, "No usable vhost found")
|
||||
self.fail("No usable vhost found")
|
||||
|
||||
self.achalls.append(
|
||||
achallenges.KeyAuthorizationAnnotatedChallenge(
|
||||
|
|
|
|||
Loading…
Reference in a new issue