mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 08:03:19 +02:00
Factor out common challengeperformer logic (#5413)
This commit is contained in:
@@ -20,7 +20,7 @@ from certbot_nginx.tests import util
|
||||
class TlsSniPerformTest(util.NginxTest):
|
||||
"""Test the NginxTlsSni01 challenge."""
|
||||
|
||||
account_key = common_test.TLSSNI01Test.auth_key
|
||||
account_key = common_test.AUTH_KEY
|
||||
achalls = [
|
||||
achallenges.KeyAuthorizationAnnotatedChallenge(
|
||||
challb=acme_util.chall_to_challb(
|
||||
|
||||
Reference in New Issue
Block a user