summaryrefslogtreecommitdiff
path: root/tests/test_authentication.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-11-05 15:47:14 -0600
committerGitHub <noreply@github.com>2019-11-05 15:47:14 -0600
commitbbc82eac577d2e8a8758df02431cf42df3cae298 (patch)
tree444a26a2ec1fc74618456707138f1774d222bc7b /tests/test_authentication.py
parent4a46827769bbe181070a74927aa4e988a4cc3112 (diff)
parenteb0a46010a119d3ede2e89e4b0a61cbfb533d473 (diff)
downloadpyramid-bbc82eac577d2e8a8758df02431cf42df3cae298.tar.gz
pyramid-bbc82eac577d2e8a8758df02431cf42df3cae298.tar.bz2
pyramid-bbc82eac577d2e8a8758df02431cf42df3cae298.zip
Merge pull request #3525 from jvanasco/fix-upgrade_black
black 19.10b0 formatting
Diffstat (limited to 'tests/test_authentication.py')
-rw-r--r--tests/test_authentication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_authentication.py b/tests/test_authentication.py
index 710e87423..cb2a0a035 100644
--- a/tests/test_authentication.py
+++ b/tests/test_authentication.py
@@ -398,7 +398,7 @@ class TestRepozeWho1AuthenticationPolicy(unittest.TestCase):
self.assertEqual(policy.effective_principals(request), [Everyone])
def test_effective_principals_repoze_who_userid_is_unclean_Authenticated(
- self
+ self,
):
from pyramid.security import Everyone