Skip to content

Commit 946d7ff

Browse files
committed
fix ci
1 parent 152ff5e commit 946d7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/security/SecurityManagerSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe('testSecurityManager', function () {
8383
});
8484

8585
it("loginPortal", function () {
86-
var newTab = true;
86+
var newTab = false;
8787
var url = 'http://localhost:8092/';
8888
SuperMap.SecurityManager.loginPortal(url, newTab);
8989
});

0 commit comments

Comments
 (0)