summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/dirsync.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:13:57 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:25 +0200
commit4fc08d8f14e281fb7492d5a196e456637406c514 (patch)
tree08c9734fded7017fa5270ce499b3641ab9b8332b /source4/dsdb/tests/python/dirsync.py
parentada5af53f7502aaacd9cebb35a3e3288ec5b24bc (diff)
downloadsamba-4fc08d8f14e281fb7492d5a196e456637406c514.tar.gz
PEP8: fix E111: indentation is not a multiple of four
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source4/dsdb/tests/python/dirsync.py')
-rwxr-xr-xsource4/dsdb/tests/python/dirsync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/dirsync.py b/source4/dsdb/tests/python/dirsync.py
index 136f4d3bba6..a8fb38890c6 100755
--- a/source4/dsdb/tests/python/dirsync.py
+++ b/source4/dsdb/tests/python/dirsync.py
@@ -154,7 +154,7 @@ class SimpleDirsyncTests(DirsyncBaseTests):
expression="samaccountname=*",
controls=["dirsync:1:0:1"])
except LdbError as l:
- self.assertTrue(str(l).find("LDAP_INSUFFICIENT_ACCESS_RIGHTS") != -1)
+ self.assertTrue(str(l).find("LDAP_INSUFFICIENT_ACCESS_RIGHTS") != -1)
def test_parentGUID_referrals(self):
res2 = self.ldb_admin.search(self.base_dn, scope=SCOPE_BASE, attrs=["objectGUID"])