mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix test failure testing rename with an invalid hostname.
Validation is going to catch the invalid hostname before the mod is tried.
This commit is contained in:
@@ -462,7 +462,7 @@ class test_host(Declarative):
|
||||
|
||||
dict(
|
||||
desc='Try to rename %r' % fqdn1,
|
||||
command=('host_mod', [fqdn1], dict(setattr=u'fqdn=changed')),
|
||||
command=('host_mod', [fqdn1], dict(setattr=u'fqdn=changed.example.com')),
|
||||
expected=errors.NotAllowedOnRDN()
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user