mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix typo
This commit is contained in:
parent
485b534557
commit
cdf4d4b0ce
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class ApacheHttp01Test(util.ApacheTest):
|
|||
challb=acme_util.chall_to_challb(
|
||||
challenges.HTTP01(token=(('a' * 16))),
|
||||
"pending"),
|
||||
domain=iter(next(vhost.aliases)), account_key=self.account_key)
|
||||
domain=next(iter(vhost.aliases)), account_key=self.account_key)
|
||||
]
|
||||
self.common_perform_test(achalls, [vhost])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue