getting tests working in server mode

This commit is contained in:
Seth Black 2019-10-09 15:15:10 -05:00
commit 20dc8ae5c4
3 changed files with 22 additions and 19 deletions

View file

@ -1295,7 +1295,6 @@ def test_update_configuration():
@mock_lambda
@freeze_time('2015-01-01 00:00:00')
def test_update_function():
conn = boto3.client('lambda', 'us-west-2')
@ -1317,7 +1316,7 @@ def test_update_function():
zip_content_two = get_test_zip_file2()
conn.update_function_code(
fxn_updated = conn.update_function_code(
FunctionName='testFunction',
ZipFile=zip_content_two,
Publish=True