MCPcopy Create free account
hub / github.com/zappa/Zappa / test_rollback_lambda_function_version_docker

Method test_rollback_lambda_function_version_docker

tests/test_placebo.py:171–178  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

169
170 @placebo_session
171 def test_rollback_lambda_function_version_docker(self, session):
172 z = Zappa(session)
173 z.credentials_arn = "arn:aws:iam::724336686645:role/ZappaLambdaExecution"
174
175 function_name = "django-helloworld-unicode"
176
177 with self.assertRaises(NotImplementedError):
178 z.rollback_lambda_function_version(function_name)
179
180 @placebo_session
181 def test_invoke_lambda_function(self, session):

Callers

nothing calls this directly

Calls 2

ZappaClass · 0.90

Tested by

no test coverage detected