1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

python/tests/ou: unshadow a test

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
Douglas Bagnall
2018-10-11 14:45:58 +13:00
committed by Noel Power
parent add4068fb7
commit 654cc08cf0

View File

@ -224,7 +224,7 @@ class OUCmdTestCase(SambaToolCmdTest):
found = self.assertMatch(out, str(obj.dn),
"object '%s' not found" % obj.dn)
def test_list(self):
def test_list_full_dn(self):
(result, out, err) = self.runsubcmd("ou", "list",
"--full-dn")
self.assertCmdSuccess(result, out, err,