Fixed last half-assed commit to tests

This commit is contained in:
Joona Hoikkala
2015-11-08 20:49:44 +02:00
parent 57726e6384
commit b35ebafe16
-2
View File
@@ -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