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 18de16e commit fdc384bCopy full SHA for fdc384b
Lib/test/test_hashlib.py
@@ -263,7 +263,7 @@ def test_clinic_signature_errors(self):
263
"and support for 'string' keyword parameter "
264
"is slated for removal in a future version."
265
)
266
- duplicated_param = re.escape("got multiple values for argument")
+ duplicated_param = re.escape("given by name ('data') and position")
267
for constructor in self.hash_constructors:
268
with self.subTest(constructor.__name__):
269
with self.assertRaisesRegex(TypeError, conflicting_call):
0 commit comments