Update certbot/tests/compat/filesystem_test.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand 2019-05-30 14:00:18 +02:00 committed by GitHub
parent be0c3e1faf
commit 0a8005ec10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ class WindowsChmodTests(TempDirTestCase):
^ 512))
def _test_flag(self, everyone_mode, windows_flag):
# Note that flag are tested again `everyone`, not `user`, because practically these unit
# Note that flag is tested against `everyone`, not `user`, because practically these unit
# tests are executed with admin privilege, so current user is effectively the admins group,
# and so will always have all rights.
import win32security # pylint: disable=import-error