mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +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]:
|
) -> Tuple[misc.GUID, ldb.Dn]:
|
||||||
# [MS-GKDI] 3.1.4.1.1, “Creating a New Root Key”, states that if the
|
# [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
|
# 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
|
# based on the default Server Configuration object. Additional root keys
|
||||||
# are to be created based on either the default Server Configuration
|
# are to be created based on either the default Server Configuration
|
||||||
# object or an updated one specifying optional configuration values.
|
# object or an updated one specifying optional configuration values.
|
||||||
|
@ -55,7 +55,7 @@ class ContactCmdTestCase(SambaToolCmdTest):
|
|||||||
"mobile": "12345"})
|
"mobile": "12345"})
|
||||||
self.contacts.append(contact)
|
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.
|
# sn, initials and givenName attributes.
|
||||||
contact = self._randomContact({"expectedname": "James T. Kirk",
|
contact = self._randomContact({"expectedname": "James T. Kirk",
|
||||||
"sn": "Kirk",
|
"sn": "Kirk",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user