diff options
| -rw-r--r-- | pyramid/tests/test_session.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/tests/test_session.py b/pyramid/tests/test_session.py index 048bf2c01..a9f70d6a0 100644 --- a/pyramid/tests/test_session.py +++ b/pyramid/tests/test_session.py @@ -382,7 +382,7 @@ class TestSignedCookieSession(SharedCookieSessionTests, unittest.TestCase): try: result = callbacks[0](request, response) - except TypeError as e: + except TypeError as e: # pragma: no cover self.fail('HMAC failed to initialize due to key length.') self.assertEqual(result, None) |
