Skip to content

Commit

Permalink
Fix unit test mock helper typing
Browse files Browse the repository at this point in the history
  • Loading branch information
wookasz committed Oct 31, 2023
1 parent fe2649f commit c40e6fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _reify_pact_body(

def _get_mock_response_from_pact_response_body(
status_code: int,
pact_response_body: dict,
pact_response_body: PactBody,
) -> requests.Response:
response_body: JsonData = _reify_pact_body(
body=pact_response_body,
Expand Down

0 comments on commit c40e6fd

Please sign in to comment.