bringing up test percentage

This commit is contained in:
Seth Black 2019-10-09 16:20:49 -05:00
commit dff24cb032
3 changed files with 77 additions and 10 deletions

View file

@ -296,9 +296,6 @@ class LambdaFunction(BaseModel):
if 'DryRun' in updated_spec and updated_spec['DryRun']:
return self.get_configuration()
if 'Publish' in updated_spec and updated_spec['Publish']:
self.set_version(self.version + 1)
if 'ZipFile' in updated_spec:
self.code['ZipFile'] = updated_spec['ZipFile']