summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJule Anger <ja@sernet.de>2020-08-27 09:27:12 +0200
committerDouglas Bagnall <dbagnall@samba.org>2020-10-01 01:18:41 +0000
commit6686235819bc68fa47dcce0138b76263fc3ff9e5 (patch)
tree5d76c5600ad8839e0ae77adfcaaf32f142ded915 /python
parentee1c8126fc07127737c5b337a12e6970d3a22e66 (diff)
downloadsamba-6686235819bc68fa47dcce0138b76263fc3ff9e5.tar.gz
samba-tool tests: rename 'group create' to 'group add'
Signed-off-by: Jule Anger <ja@sernet.de> Reviewed-by: Björn Baumbach <bb@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/samba_tool/group.py2
1 files changed, 1 insertions, 1 deletions
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