Linting
This commit is contained in:
parent
f82e834225
commit
0718525a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ def test_invoke_requestresponse_function():
|
||||||
FunctionName="testFunction",
|
FunctionName="testFunction",
|
||||||
InvocationType="RequestResponse",
|
InvocationType="RequestResponse",
|
||||||
Payload=json.dumps(in_data),
|
Payload=json.dumps(in_data),
|
||||||
LogType="Tail"
|
LogType="Tail",
|
||||||
)
|
)
|
||||||
|
|
||||||
success_result["StatusCode"].should.equal(200)
|
success_result["StatusCode"].should.equal(200)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue