Skip to content

Commit 579d76f

Browse files
committed
fix: test
1 parent d8dc534 commit 579d76f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cases/service/common/system/utils.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ describe('SSRF Protection - isInternalAddress', () => {
1818
const originalEnv = process.env.CHECK_INTERNAL_IP;
1919

2020
beforeEach(() => {
21+
process.env.CHECK_INTERNAL_IP = 'true';
2122
// 清除所有 mock
2223
vi.clearAllMocks();
2324
});

0 commit comments

Comments
 (0)