test(agent-task/capi): add go:generate directive to gen mock

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-09-04 14:38:39 +01:00
parent be8e6f6491
commit ab99ee530a
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -7,6 +7,8 @@ import (
"github.com/cli/cli/v2/internal/gh"
)
//go:generate moq -rm -out client_mock.go . CapiClient
const baseCAPIURL = "https://api.githubcopilot.com"
const capiHost = "api.githubcopilot.com"