diff options
| -rw-r--r-- | repoze/bfg/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index 94b51374c..2a186cf26 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -12,7 +12,7 @@ def registerDummySecurityPolicy(userid=None, groupids=(), permissive=True): denies all access. This function is most useful when testing code that uses the ``repoze.bfg.security`` APIs named ``has_permission``, ``authenticated_userid``, - effective_principals, and ``principals_allowed_by_permission``. + ``effective_principals``, and ``principals_allowed_by_permission``. """ if permissive: policy = DummyAllowingSecurityPolicy(userid, groupids) |
