Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlm committed Apr 26, 2023
1 parent 34c40ce commit a280731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_httpchecksum.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a280731

Please sign in to comment.