Skip to content

Commit f3f9d48

Browse files
committed
chore(api): code style for arthas test
1 parent 564cdc3 commit f3f9d48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hugegraph-test/src/main/java/org/apache/hugegraph/api/ArthasApiTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ public void testArthasApi() {
5656
assertJsonContains(result, "body");
5757

5858
RestClient arthasApiClientWithAuth = new RestClient(ARTHAS_API_BASE_URL);
59-
// If request header contains basic auth, and if we are not set auth when arthas attach hg,
60-
// arthas will auth it and return 401. ref:https://arthas.aliyun.com/en/doc/auth.html#configure-username-and-password
6159
r = arthasApiClientWithAuth.post(ARTHAS_API_PATH, body);
6260
assertResponseStatus(401, r);
6361
}

0 commit comments

Comments
 (0)