From 37845e41a687441815606e7bfe2412288488b32a Mon Sep 17 00:00:00 2001 From: William Rubel Date: Mon, 18 Feb 2019 09:44:48 -0600 Subject: [PATCH] Trying to improve coverage --- tests/test_awslambda/test_lambda.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_awslambda/test_lambda.py b/tests/test_awslambda/test_lambda.py index 435d394e3..7f3b44b79 100644 --- a/tests/test_awslambda/test_lambda.py +++ b/tests/test_awslambda/test_lambda.py @@ -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