From ca1041ca16ace860b13e76c1188f36a83c5634a2 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 29 May 2026 20:42:20 +0000 Subject: [PATCH] cleanup api test files --- api/test_access.http | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/api/test_access.http b/api/test_access.http index 509222d..606ba5e 100644 --- a/api/test_access.http +++ b/api/test_access.http @@ -15,7 +15,4 @@ GET {{baseUrl}}/access/groups/{{groupname}} GET {{baseUrl}}/access/pools/ ### Get pool -GET {{baseUrl}}/access/pools/{{poolname}} - -### Get all nodes -GET {{baseUrl}}/cluster/nodes \ No newline at end of file +GET {{baseUrl}}/access/pools/{{poolname}} \ No newline at end of file