Skip to content

Commit fe89e9a

Browse files
committed
fix(admin-ui): fix url security hotspot
1 parent fcef9db commit fe89e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-ui/jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config = {
88
"\\.[jt]sx?$": ["babel-jest", { presets: ["@babel/preset-env"] }],
99
},
1010
testEnvironmentOptions: {
11-
url: 'http://admin-ui-test.gluu.org/'
11+
url: 'https://admin-ui-test.gluu.org/'
1212
},
1313
moduleNameMapper: {
1414
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2)$":

0 commit comments

Comments
 (0)