mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Remove standalone_supported_challenges value from manual test
This commit is contained in:
@@ -25,8 +25,7 @@ class AuthenticatorTest(unittest.TestCase):
|
|||||||
from certbot.plugins.manual import Authenticator
|
from certbot.plugins.manual import Authenticator
|
||||||
self.config = mock.MagicMock(
|
self.config = mock.MagicMock(
|
||||||
http01_port=8080, manual_test_mode=False,
|
http01_port=8080, manual_test_mode=False,
|
||||||
manual_public_ip_logging_ok=False, noninteractive_mode=True,
|
manual_public_ip_logging_ok=False, noninteractive_mode=True)
|
||||||
standalone_supported_challenges="dns-01,http-01")
|
|
||||||
self.auth = Authenticator(config=self.config, name="manual")
|
self.auth = Authenticator(config=self.config, name="manual")
|
||||||
|
|
||||||
self.http01 = achallenges.KeyAuthorizationAnnotatedChallenge(
|
self.http01 = achallenges.KeyAuthorizationAnnotatedChallenge(
|
||||||
|
|||||||
Reference in New Issue
Block a user