summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2019-03-09 13:27:13 -0800
committerTheron Luhn <theron@luhn.com>2019-03-09 13:40:17 -0800
commit8a1f8d4acc77cd9fe57405384b5c20e9fa3fb078 (patch)
treeda701faa22bc78f7f8f2f7de3773cb4529142bd9 /src
parent94a16a7ddd7e9d313e1b447bf478bc51c053e58a (diff)
downloadpyramid-8a1f8d4acc77cd9fe57405384b5c20e9fa3fb078.tar.gz
pyramid-8a1f8d4acc77cd9fe57405384b5c20e9fa3fb078.tar.bz2
pyramid-8a1f8d4acc77cd9fe57405384b5c20e9fa3fb078.zip
Get integration tests working again.
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/config/security.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyramid/config/security.py b/src/pyramid/config/security.py
index 42554db97..37dfeac3e 100644
--- a/src/pyramid/config/security.py
+++ b/src/pyramid/config/security.py
@@ -49,7 +49,7 @@ class SecurityConfiguratorMixin(object):
)
intr['policy'] = policy
# authentication policy used by view config (phase 3)
- self.action(IAuthenticationPolicy, register, introspectables=(intr,))
+ self.action(ISecurityPolicy, register, introspectables=(intr,))
def _set_security_policy(self, policy):
policy = self.maybe_dotted(policy)