mirror of
https://github.com/certctl-io/certctl.git
synced 2026-08-25 23:41:24 +02:00
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>