getting tests working in server mode
This commit is contained in:
parent
41af98c98b
commit
20dc8ae5c4
3 changed files with 22 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue