From 654cc08cf0e31478463bb4bfdc95623a990ac88d Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 11 Oct 2018 14:45:58 +1300 Subject: [PATCH] python/tests/ou: unshadow a test Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- python/samba/tests/samba_tool/ou.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/tests/samba_tool/ou.py b/python/samba/tests/samba_tool/ou.py index 92986a4aafb..d318fd3ff85 100644 --- a/python/samba/tests/samba_tool/ou.py +++ b/python/samba/tests/samba_tool/ou.py @@ -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, -- 2.34.1