mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 20:11:31 +00:00
d40dcf507b
negative_test.go used /api/v1/agents/register but the route is POST /api/v1/agents. ci.yml used ./internal/connector/... which includes packages with no test files causing "no such tool covdata" errors; narrowed to ./internal/connector/issuer/local/... which has tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>