summaryrefslogtreecommitdiff
path: root/tests/test_config/test_views.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-12-26 12:52:03 -0600
committerGitHub <noreply@github.com>2019-12-26 12:52:03 -0600
commit9e61a82458187abdd1747bbd8c38c6089b80b3ab (patch)
tree186792f43eef99b67eaa561ffa1993180ec45271 /tests/test_config/test_views.py
parent323cfbb45e6ee4b7462bbea9dcaa4e8258dd74f6 (diff)
parent1631386fe2d8ea0f7419812b9cab381c668d2ebb (diff)
downloadpyramid-9e61a82458187abdd1747bbd8c38c6089b80b3ab.tar.gz
pyramid-9e61a82458187abdd1747bbd8c38c6089b80b3ab.tar.bz2
pyramid-9e61a82458187abdd1747bbd8c38c6089b80b3ab.zip
Merge pull request #3550 from mmerickel/moar-security-policy
security policy docs and legacy policy improvements
Diffstat (limited to 'tests/test_config/test_views.py')
-rw-r--r--tests/test_config/test_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config/test_views.py b/tests/test_config/test_views.py
index d133aedbd..353749ed6 100644
--- a/tests/test_config/test_views.py
+++ b/tests/test_config/test_views.py
@@ -2933,7 +2933,7 @@ class TestViewsConfigurationMixin(unittest.TestCase):
warnings.simplefilter('always', DeprecationWarning)
config.add_view(lambda: None, effective_principals=['any'])
self.assertIn(
- 'removed the concept of principals', str(w[-1].message)
+ 'deprecated effective_principals', str(w[-1].message)
)