From 13437c304ddb8812244c8e2131888efa68297d73 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 26 Jan 2009 17:15:57 +0000 Subject: Coverage. --- repoze/bfg/tests/test_security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repoze/bfg/tests/test_security.py b/repoze/bfg/tests/test_security.py index 69b92cd2f..b8a49f39f 100644 --- a/repoze/bfg/tests/test_security.py +++ b/repoze/bfg/tests/test_security.py @@ -217,7 +217,7 @@ class TestACLSecurityPolicy(unittest.TestCase): from repoze.bfg.security import Allow context = DummyContext() acl = [ (Allow, 'chrism', ('read', 'write')), - (Allow, 'other', ('read',)) ] + (Allow, 'other', 'read') ] context.__acl__ = acl policy = self._makeOne(lambda *arg: None) result = policy.principals_allowed_by_permission(context, 'read') -- cgit v1.2.3