cleaning up files
This commit is contained in:
parent
e35d99ff09
commit
921a993330
7 changed files with 85 additions and 83 deletions
|
|
@ -821,7 +821,6 @@ def get_function_policy():
|
|||
assert res['Statement'][0]['Action'] == 'lambda:InvokeFunction'
|
||||
|
||||
|
||||
|
||||
@mock_lambda
|
||||
@mock_s3
|
||||
def test_list_versions_by_function():
|
||||
|
|
@ -854,7 +853,6 @@ def test_list_versions_by_function():
|
|||
assert versions['Versions'][0]['FunctionArn'] == 'arn:aws:lambda:us-west-2:123456789012:function:testFunction:$LATEST'
|
||||
|
||||
|
||||
|
||||
@mock_lambda
|
||||
@mock_s3
|
||||
def test_create_function_with_already_exists():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue