Trying to improve coverage
This commit is contained in:
parent
c46bc9ae83
commit
37845e41a6
@ -907,7 +907,6 @@ def test_create_function_with_already_exists():
|
||||
@mock_s3
|
||||
def test_list_versions_by_function_for_nonexistent_function():
|
||||
conn = boto3.client('lambda', 'us-west-2')
|
||||
|
||||
versions = conn.list_versions_by_function(FunctionName='testFunction')
|
||||
|
||||
assert len(versions['Versions']) == 0
|
||||
|
Loading…
Reference in New Issue
Block a user