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"