Trying to improve coverage

This commit is contained in:
William Rubel 2019-02-18 09:44:48 -06:00
parent c46bc9ae83
commit 37845e41a6

View File

@ -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