mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
tests/rodc_rwdc: fix message format
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <noel.power@suse.com>
This commit is contained in:
parent
9055602e63
commit
1a66eeb124
@ -822,7 +822,7 @@ class RodcRwdcTests(password_lockout_base.BasePasswordTestCase):
|
||||
except ldb.LdbError as e:
|
||||
(ecode, emsg) = e.args
|
||||
self.fail("Failed to add %s to rwdc: ldb error: %s %s" %
|
||||
(ecode, emsg))
|
||||
(o, ecode, emsg))
|
||||
|
||||
if cross_ncs:
|
||||
self.force_replication(base=base)
|
||||
|
Loading…
Reference in New Issue
Block a user