Trivial change to re-run tests after spurious integration test failure

This commit is contained in:
Seth Schoen
2016-02-16 14:41:02 -08:00
parent 16761bc836
commit 31a27f675a
+1 -1
View File
@@ -319,7 +319,7 @@ def enforce_domain_sanity(domain):
domain = domain[:-1] if domain.endswith('.') else domain
# Explain separately that IP addresses aren't allowed (apart from not
# being FQDNs) because hope springs eternal on this point
# being FQDNs) because hope springs eternal concerning this point
try:
socket.inet_aton(domain)
raise errors.ConfigurationError(