From a28073123fb24f2cacafd9c266ace3b8d08cd363 Mon Sep 17 00:00:00 2001 From: davidlm Date: Wed, 26 Apr 2023 10:13:28 -0400 Subject: [PATCH] typo --- tests/unit/test_httpchecksum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_httpchecksum.py b/tests/unit/test_httpchecksum.py index 3987cfb641..bc8265a9b3 100644 --- a/tests/unit/test_httpchecksum.py +++ b/tests/unit/test_httpchecksum.py @@ -170,7 +170,7 @@ def test_request_checksum_algorithm_model_unsupported_algorithm(self): operation_model = self._make_operation_model( http_checksum={"requestAlgorithmMember": "Algorithm"}, ) - params = {"Algorithm": "sh256"} + params = {"Algorithm": "sha256"} with self.assertRaises(FlexibleChecksumError): resolve_request_checksum_algorithm(