mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
samba-tool drs showrepl test: remove useless print
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
79c1c0c914
commit
f08e3d6db5
@ -129,8 +129,6 @@ class SambaToolDrsShowReplTests(drs_base.DrsBaseTestCase):
|
||||
out = self.check_output("samba-tool drs showrepl %s %s --json" %
|
||||
(self.dc1, self.cmdline_creds))
|
||||
|
||||
print(out)
|
||||
|
||||
d = json.loads(out)
|
||||
self.assertEqual(set(d), set(['repsFrom',
|
||||
'repsTo',
|
||||
|
Loading…
Reference in New Issue
Block a user