mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix test_host_plugin for DNS Classless Reverse zones
Ticket: https://fedorahosted.org/freeipa/ticket/4143 Reviewed-by: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
committed by
Martin Kosek
parent
6c500ccf05
commit
39ebeae10b
@@ -767,8 +767,8 @@ class test_host(Declarative):
|
||||
desc='Test that validation is enabled on adds',
|
||||
command=('host_add', [invalidfqdn1], {}),
|
||||
expected=errors.ValidationError(name='hostname',
|
||||
error=u'invalid domain-name: only letters, numbers, and - ' +
|
||||
u'are allowed. DNS label may not start or end with -'),
|
||||
error=u"invalid domain-name: only letters, numbers, '-' " +
|
||||
u"are allowed. DNS label may not start or end with '-'"),
|
||||
),
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user