Skip to content

Commit

Permalink
remove deleted new param
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlm committed Apr 14, 2023
1 parent b2112ee commit ba2cee8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/unit/test_httpchecksum.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,7 @@ def test_request_checksum_algorithm_model_unsupported_algorithm(self):

with self.assertRaises(FlexibleChecksumError):
resolve_request_checksum_algorithm(
request,
operation_model,
params,
supported_algorithms=[],
crt_supported_algorithms=[],
request, operation_model, params, supported_algorithms=[]
)

@unittest.skipIf(HAS_CRT, "Error only expected when CRT is not available")
Expand Down

0 comments on commit ba2cee8

Please sign in to comment.