From b1600908660fea056cf6128d06067acfa87a3b50 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 7 Sep 2025 18:19:45 +0200 Subject: [PATCH] httpdtest: remove unused constant Signed-off-by: Nicola Murino --- internal/httpdtest/httpdtest.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/httpdtest/httpdtest.go b/internal/httpdtest/httpdtest.go index 7d72608c..bacfa675 100644 --- a/internal/httpdtest/httpdtest.go +++ b/internal/httpdtest/httpdtest.go @@ -58,7 +58,6 @@ const ( adminPath = "/api/v2/admins" adminPwdPath = "/api/v2/admin/changepwd" apiKeysPath = "/api/v2/apikeys" - retentionBasePath = "/api/v2/retention/users" retentionChecksPath = "/api/v2/retention/users/checks" eventActionsPath = "/api/v2/eventactions" eventRulesPath = "/api/v2/eventrules"