fix: Reverted to f0c2dfa

This commit is contained in:
Aditya
2025-03-17 18:24:56 +05:30
parent b6512897e8
commit c5a0ff5000
13 changed files with 259 additions and 120 deletions
+1 -1
View File
@@ -4385,7 +4385,7 @@ func runInitEs(ctx context.Context) {
request := http.Request{}
// Add the "force=true" query to the fake request
request.URL, err = url.Parse("/api/v1/health?force=true")
request.URL, err = url.Parse("/api/v1/health/stats?force=true")
if err != nil {
log.Printf("[ERROR] Failed to parse test url for healthstats: %s", err)
}