Skip to content

Commit d896f22

Browse files
committed
Update AstbenchmarkApplicationTests.java
1 parent 8179358 commit d896f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iast-java/src/test/java/com/iast/astbenchmark/AstbenchmarkApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void contextLoads() {
5252

5353
@BeforeAll
5454
static void init() {
55-
url_root = "http://11.124.140.208:8888/";
55+
url_root = "http://localhost:8888/";
5656
caseUniqGroupId=System.currentTimeMillis();
5757
//caseUniqGroupId = 54877081211069L;
5858
System.out.println("请保存此次跑case的关键字:" + caseUniqGroupId);

0 commit comments

Comments
 (0)