We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8dc534 commit 579d76fCopy full SHA for 579d76f
test/cases/service/common/system/utils.test.ts
@@ -18,6 +18,7 @@ describe('SSRF Protection - isInternalAddress', () => {
18
const originalEnv = process.env.CHECK_INTERNAL_IP;
19
20
beforeEach(() => {
21
+ process.env.CHECK_INTERNAL_IP = 'true';
22
// 清除所有 mock
23
vi.clearAllMocks();
24
});
0 commit comments