Update new lambda test to work with updated status codes. CC #2642.

This commit is contained in:
Steve Pulec 2020-02-17 17:29:00 -06:00
parent d463c11793
commit aeb194fc57

View File

@ -150,7 +150,7 @@ def test_invoke_requestresponse_function_with_arn():
Payload=json.dumps(in_data),
)
success_result["StatusCode"].should.equal(202)
success_result["StatusCode"].should.equal(200)
result_obj = json.loads(
base64.b64decode(success_result["LogResult"]).decode("utf-8")
)