gh-132388: remove outdated TODO comment in test_hmac.py (#133008)

This commit is contained in:
Bénédikt Tran 2025-04-26 15:17:03 +02:00 committed by GitHub
parent 7f02ded29f
commit e714ead7a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -980,8 +980,6 @@ class OpenSSLConstructorTestCase(ThroughOpenSSLAPIMixin,
return _hashlib.UnsupportedDigestmodError
def test_hmac_digest_digestmod_parameter(self):
# TODO(picnixz): remove default arguments in _hashlib.hmac_digest()
# since the return value is not a HMAC object but a bytes object.
for value in [object, 'unknown', 1234, None]:
with (
self.subTest(value=value),