make lambda tests pass

This commit is contained in:
Emil Lerch 2023-09-20 14:21:18 -07:00
parent 31321a4871
commit 6c205026c8
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -487,7 +487,7 @@ test "several requests do not fail" {
;
const expected_response =
\\{ "content": "{"foo": "bar", "baz": "qux"}" }
\\{"foo": "bar", "baz": "qux"}
;
const lambda_response = try lambda_request(allocator, request, 5);
defer deinit();