We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c7cd5 commit f852106Copy full SHA for f852106
1 file changed
tests/test_21_pss.py
@@ -7,10 +7,7 @@
7
import test_vector
8
9
10
-@pytest.mark.parametrize(
11
- "alg",
12
- ["RS256", "RS384", "RS512", "PS256", "PS384", "PS512"]
13
-)
+@pytest.mark.parametrize("alg", ["RS256", "RS384", "RS512", "PS256", "PS384", "PS512"])
14
def test_jws_rsa_signer_and_verifier(alg):
15
_jwk_dict = json.loads(test_vector.json_rsa_priv_key)
16
_key = key_from_jwk_dict(_jwk_dict)
0 commit comments