fix(test): narrow execute-http-hook-security mock to shared/logger to prevent barrel contamination

This commit is contained in:
YeonGyu-Kim
2026-04-04 19:10:28 +09:00
parent 39f6ab2b44
commit 5213525a95
@@ -87,7 +87,7 @@ describe("executeHttpHook TLS security", () => {
}) })
it("#when hook uses http://localhost #then does not log insecure warning", async () => { it("#when hook uses http://localhost #then does not log insecure warning", async () => {
mock.module("../../shared", () => ({ mock.module("../../shared/logger", () => ({
log: mockLog, log: mockLog,
})) }))
mockLog.mockReset() mockLog.mockReset()