mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Fixed last half-assed commit to tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user