mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
test_ipagetkeytab: Fix expected error message
Reviewed-By: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
parent
bc1979ac09
commit
a7e400fa65
@ -86,7 +86,10 @@ class test_ipagetkeytab(cmdline_test):
|
||||
"-k", self.keytabname,
|
||||
]
|
||||
(out, err, rc) = ipautil.run(new_args, stdin=None, raiseonerr=False)
|
||||
assert err == 'Operation failed! PrincipalName not found.\n\n'
|
||||
assert err == (
|
||||
'Failed to parse result! PrincipalName not found.\n\n'
|
||||
'Failed to get keytab\n'
|
||||
), err
|
||||
|
||||
def test_2_run(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user