Skip to content

Commit 68f0e03

Browse files
fix(tests): responseOutparam usage (#271)
1 parent 73b4276 commit 68f0e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/http-server/source.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const incomingHandler = {
1919
}
2020
outgoingResponse.setStatusCode(200);
2121
OutgoingBody.finish(outgoingBody, undefined);
22-
ResponseOutparam.set(outgoingResponse, {
22+
ResponseOutparam.set(responseOutparam, {
2323
tag: 'ok',
2424
val: outgoingResponse,
2525
});

0 commit comments

Comments
 (0)