We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 774b140 + a2eccd5 commit f15bd76Copy full SHA for f15bd76
tests/test_auth.py
@@ -1219,7 +1219,7 @@ def test_es256_alg_verification(self, mock_requests):
1219
self.backend = OIDCAuthenticationBackend()
1220
1221
# Generate a private key to create a test token with
1222
- private_key = ec.generate_private_key(ec.SECP256R1, default_backend())
+ private_key = ec.generate_private_key(ec.SECP256R1(), default_backend())
1223
1224
# Make the public key available through the JWKS response
1225
public_numbers = private_key.public_key().public_numbers()
0 commit comments