Skip to content

Commit 94d9e9b

Browse files
author
梁亚辉
committed
update
1 parent b942b4c commit 94d9e9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/controller.header.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ describe("Controller Header", () => {
2222
ret = err;
2323
} finally {
2424
expect(ret.status).toBe(200);
25-
console.log(ret.header)
2625
expect(ret.header['from-header']).toBe('from-header');
2726
}
2827
});

0 commit comments

Comments
 (0)