mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s4/dsdb/pytest/ldap_schema: fix typo in docs
Commit 311727947799e896e05d644103c9db80a665de88 removed a duplicate test but it removed the wrong one, leaving this dreadful typo. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <noel.power@suse.com>
This commit is contained in:
parent
99eee0a669
commit
a6368ae6d4
@ -246,7 +246,7 @@ name: """ + object_name + """
|
||||
delete_force(self.ldb, "cn=%s,cn=Users,%s" % (object_name, self.base_dn))
|
||||
|
||||
def test_subClassOf(self):
|
||||
""" Testing usage of custom child schamaClass
|
||||
""" Testing usage of custom child classSchema
|
||||
"""
|
||||
|
||||
class_name = "my-Class" + time.strftime("%s", time.gmtime())
|
||||
|
Loading…
x
Reference in New Issue
Block a user