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.
2 parents e73c2dc + fa568dc commit 3352132Copy full SHA for 3352132
dongtai-common/src/test/java/io/dongtai/iast/common/utils/AbstractHttpClientUtilsTest.java
@@ -21,7 +21,7 @@ public class AbstractHttpClientUtilsTest {
21
private final ByteArrayOutputStream outputStreamCaptor = new ByteArrayOutputStream();
22
private final boolean oldEnableColor = DongTaiLog.ENABLE_COLOR;
23
24
- private static final String BASE_URL = "https://iast.io";
+ private static final String BASE_URL = "https://poc.iast.huoxian.cn";
25
26
private void clear() {
27
outputStreamCaptor.reset();
0 commit comments