1
0
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:
Douglas Bagnall 2018-10-28 11:08:28 +13:00 committed by Douglas Bagnall
parent 9055602e63
commit 1a66eeb124

View File

@ -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)