We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e998b49 commit 71c4566Copy full SHA for 71c4566
1 file changed
tests/test_utils.py
@@ -131,14 +131,6 @@ def test_to_cis_without_supp_pub_other(self):
131
{"alg": "AES-CCM-16-64-128", "supp_pub": {"other": 123}},
132
"supp_pub.other should be str.",
133
),
134
- (
135
- {"alg": "A128KW"},
136
- "Unsupported or unknown alg for context information: A128KW.",
137
- ),
138
139
- {"alg": "A128KW", "supp_pub": {}},
140
141
142
],
143
)
144
def test_to_cis_with_invalid_args(self, invalid, msg):
0 commit comments