diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-15 02:42:09 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-15 09:24:07 -0500 |
| commit | 10ddb6f08592c2740b966e98a6f98a5b83af1896 (patch) | |
| tree | 2e90443b3d8503ac722aa22f52f18f5108498560 /tests/test_config/test_security.py | |
| parent | 4d838f06d0e6d27e34b766fc5c34a8283ff31b38 (diff) | |
| download | pyramid-10ddb6f08592c2740b966e98a6f98a5b83af1896.tar.gz pyramid-10ddb6f08592c2740b966e98a6f98a5b83af1896.tar.bz2 pyramid-10ddb6f08592c2740b966e98a6f98a5b83af1896.zip | |
fix lint on tests
Diffstat (limited to 'tests/test_config/test_security.py')
| -rw-r--r-- | tests/test_config/test_security.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config/test_security.py b/tests/test_config/test_security.py index 77f7f0440..5ebd78f8d 100644 --- a/tests/test_config/test_security.py +++ b/tests/test_config/test_security.py @@ -133,7 +133,7 @@ class ConfiguratorSecurityMethodsTests(unittest.TestCase): config = self._makeOne(autocommit=True) - def callback(request): + def callback(request): # pragma: no cover return True config.set_default_csrf_options( |
