Skip to content

Commit 71c4566

Browse files
committed
rm: context=A128KW from invalid test
1 parent e998b49 commit 71c4566

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/test_utils.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,6 @@ def test_to_cis_without_supp_pub_other(self):
131131
{"alg": "AES-CCM-16-64-128", "supp_pub": {"other": 123}},
132132
"supp_pub.other should be str.",
133133
),
134-
(
135-
{"alg": "A128KW"},
136-
"Unsupported or unknown alg for context information: A128KW.",
137-
),
138-
(
139-
{"alg": "A128KW", "supp_pub": {}},
140-
"Unsupported or unknown alg for context information: A128KW.",
141-
),
142134
],
143135
)
144136
def test_to_cis_with_invalid_args(self, invalid, msg):

0 commit comments

Comments
 (0)