mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Pylint
This commit is contained in:
parent
f3142d92f2
commit
f804fe3836
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class SecurityTest(TempDirTestCase):
|
|||
import win32security
|
||||
|
||||
normal_user = win32security.ConvertStringSidToSid('S-1-4-1')
|
||||
dacl = filesystem._generate_dacl(normal_user, 0o700)
|
||||
dacl = filesystem._generate_dacl(normal_user, 0o700) # pylint: disable=protected-access
|
||||
# We expect two ACE: one for admins, one for the user
|
||||
self.assertEqual(dacl.GetAceCount(), 2)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue