From eb88e7a577de03cd5bc45753ab8f66d0104399ba Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 29 Aug 2016 16:34:43 -0700 Subject: [PATCH] Remove standalone_supported_challenges value from manual test --- certbot/plugins/manual_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/certbot/plugins/manual_test.py b/certbot/plugins/manual_test.py index e55abbeb5..25107e4b4 100644 --- a/certbot/plugins/manual_test.py +++ b/certbot/plugins/manual_test.py @@ -25,8 +25,7 @@ class AuthenticatorTest(unittest.TestCase): from certbot.plugins.manual import Authenticator self.config = mock.MagicMock( http01_port=8080, manual_test_mode=False, - manual_public_ip_logging_ok=False, noninteractive_mode=True, - standalone_supported_challenges="dns-01,http-01") + manual_public_ip_logging_ok=False, noninteractive_mode=True) self.auth = Authenticator(config=self.config, name="manual") self.http01 = achallenges.KeyAuthorizationAnnotatedChallenge(