Skip to content

Commit

Permalink
Merge pull request #550 from lostsnow/fix/testcase-for-iast-site
Browse files Browse the repository at this point in the history
fixes testcase for iast site
  • Loading branch information
lostsnow authored Jul 6, 2023
2 parents e73c2dc + fa568dc commit 3352132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class AbstractHttpClientUtilsTest {
private final ByteArrayOutputStream outputStreamCaptor = new ByteArrayOutputStream();
private final boolean oldEnableColor = DongTaiLog.ENABLE_COLOR;

private static final String BASE_URL = "https://iast.io";
private static final String BASE_URL = "https://poc.iast.huoxian.cn";

private void clear() {
outputStreamCaptor.reset();
Expand Down

0 comments on commit 3352132

Please sign in to comment.