From 1a66eeb1242ef6715c362c430e619c015334ced5 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Sun, 28 Oct 2018 11:08:28 +1300 Subject: [PATCH] tests/rodc_rwdc: fix message format Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- source4/dsdb/tests/python/rodc_rwdc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/tests/python/rodc_rwdc.py b/source4/dsdb/tests/python/rodc_rwdc.py index 2a0c1ed6d60..cc715e6e7ad 100644 --- a/source4/dsdb/tests/python/rodc_rwdc.py +++ b/source4/dsdb/tests/python/rodc_rwdc.py @@ -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)