We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8179358 commit d896f22Copy full SHA for d896f22
iast-java/src/test/java/com/iast/astbenchmark/AstbenchmarkApplicationTests.java
@@ -52,7 +52,7 @@ void contextLoads() {
52
53
@BeforeAll
54
static void init() {
55
- url_root = "http://11.124.140.208:8888/";
+ url_root = "http://localhost:8888/";
56
caseUniqGroupId=System.currentTimeMillis();
57
//caseUniqGroupId = 54877081211069L;
58
System.out.println("请保存此次跑case的关键字:" + caseUniqGroupId);
0 commit comments