mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix test-same-vhost
This commit is contained in:
parent
cdf4d4b0ce
commit
ac06b0d759
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class ApacheHttp01Test(util.ApacheTest):
|
|||
return other_calls
|
||||
|
||||
def test_same_vhost(self):
|
||||
vhost = self.config.vhosts[3]
|
||||
vhost = next(v for v in self.config.vhosts if v.name == "certbot.demo")
|
||||
achalls = [
|
||||
achallenges.KeyAuthorizationAnnotatedChallenge(
|
||||
challb=acme_util.chall_to_challb(
|
||||
|
|
|
|||
Loading…
Reference in a new issue