diff --git a/letsencrypt/tests/cli_test.py b/letsencrypt/tests/cli_test.py index bd41b0ebe..da5286a10 100644 --- a/letsencrypt/tests/cli_test.py +++ b/letsencrypt/tests/cli_test.py @@ -182,12 +182,10 @@ class CLITest(unittest.TestCase): ['-d', 'this.is.xn--ls8h.tld']) # FQDN self.assertRaises(errors.ConfigurationError, - "Error: Requested domain is not FQDN", self._call, ['-d', 'comma,gotwrong.tld']) # FQDN 2 self.assertRaises(errors.ConfigurationError, - "Error: Requested domain is not FQDN", self._call, ['-d', 'illegal.character=.tld']) # Wildcard