Skip to content

Commit

Permalink
remove param
Browse files Browse the repository at this point in the history
  • Loading branch information
thehesiod committed Feb 24, 2025
1 parent 7ca46a3 commit 2c5819c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def lambda_handler(event, context):
return _process_lambda(lambda_src)


async def test_run_lambda(request, iam_client, lambda_client, aws_lambda_zip):
async def test_run_lambda(iam_client, lambda_client, aws_lambda_zip):
role_arn = await _get_role_arn(iam_client, 'test-iam-role')
lambda_response = await lambda_client.create_function(
FunctionName='test-function',
Expand Down

0 comments on commit 2c5819c

Please sign in to comment.