Skip to content

Commit

Permalink
Pipeline fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Skipper committed Dec 4, 2023
1 parent e4722d1 commit afbcef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/cfngin/hooks/test_aws_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def test_with_docker_image(self) -> None:
def test_with_runtime(self) -> None:
"""Test with runtime provided."""
client = make_fake_client()
runtime = "python3.9"
runtime = "python3.8"
dockerized_pip(os.getcwd(), client=client, runtime=runtime)

client.api.create_container.assert_called_with(
Expand Down

0 comments on commit afbcef0

Please sign in to comment.