From 6686235819bc68fa47dcce0138b76263fc3ff9e5 Mon Sep 17 00:00:00 2001 From: Jule Anger Date: Thu, 27 Aug 2020 09:27:12 +0200 Subject: [PATCH] samba-tool tests: rename 'group create' to 'group add' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jule Anger Reviewed-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- python/samba/tests/samba_tool/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/tests/samba_tool/group.py b/python/samba/tests/samba_tool/group.py index c64f1c613f0..3d714f206f3 100644 --- a/python/samba/tests/samba_tool/group.py +++ b/python/samba/tests/samba_tool/group.py @@ -85,7 +85,7 @@ class GroupCmdTestCase(SambaToolCmdTest): # try to add all the groups again, this should fail for group in self.groups: (result, out, err) = self._create_group(group) - self.assertCmdFail(result, "Succeeded to create existing group") + self.assertCmdFail(result, "Succeeded to add existing group") self.assertIn("LDAP error 68 LDAP_ENTRY_ALREADY_EXISTS", err) # try to delete all the groups we just added -- 2.11.4.GIT