mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
Fix more pep8 issues in code I touched recently.
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Change-Id: I35f3204bdf5d00b3280d703427ded2fa2163a6f7
This commit is contained in:
committed by
Andrew Bartlett
parent
9a014d265b
commit
0c24085317
@ -186,12 +186,12 @@ class Samba3SamTestCase(MapBaseTestCase):
|
||||
|
||||
def test_s3sam_modify(self):
|
||||
# Adding a record that will be fallbacked
|
||||
self.ldb.add({"dn": "cn=Foo",
|
||||
self.ldb.add({
|
||||
"dn": "cn=Foo",
|
||||
"foo": "bar",
|
||||
"blah": "Blie",
|
||||
"cn": "Foo",
|
||||
"showInAdvancedViewOnly": "TRUE"}
|
||||
)
|
||||
"showInAdvancedViewOnly": "TRUE"})
|
||||
|
||||
# Checking for existence of record (local)
|
||||
# TODO: This record must be searched in the local database, which is
|
||||
|
Reference in New Issue
Block a user