mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
pytest: s/the the\b/the/ in comments
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
a42bff66d1
commit
4b84821749
@ -574,7 +574,7 @@ def create_root_key(
|
||||
) -> Tuple[misc.GUID, ldb.Dn]:
|
||||
# [MS-GKDI] 3.1.4.1.1, “Creating a New Root Key”, states that if the
|
||||
# server receives a GetKey request and the root keys container in Active
|
||||
# Directory is empty, the the server must create a new root key object
|
||||
# Directory is empty, the server must create a new root key object
|
||||
# based on the default Server Configuration object. Additional root keys
|
||||
# are to be created based on either the default Server Configuration
|
||||
# object or an updated one specifying optional configuration values.
|
||||
|
@ -55,7 +55,7 @@ class ContactCmdTestCase(SambaToolCmdTest):
|
||||
"mobile": "12345"})
|
||||
self.contacts.append(contact)
|
||||
|
||||
# No 'name' is given here, so the name will be made from the the
|
||||
# No 'name' is given here, so the name will be made from the
|
||||
# sn, initials and givenName attributes.
|
||||
contact = self._randomContact({"expectedname": "James T. Kirk",
|
||||
"sn": "Kirk",
|
||||
|
Loading…
Reference in New Issue
Block a user