test(agent-task list): remove unused stubs

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-09-05 11:30:33 +01:00
parent 87b772dc83
commit 476b636810
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -14,7 +14,6 @@ import (
"github.com/cli/cli/v2/internal/ghrepo"
"github.com/cli/cli/v2/pkg/cmd/agent-task/capi"
"github.com/cli/cli/v2/pkg/cmdutil"
"github.com/cli/cli/v2/pkg/httpmock"
"github.com/cli/cli/v2/pkg/iostreams"
"github.com/google/shlex"
"github.com/stretchr/testify/assert"
@ -114,7 +113,6 @@ func Test_listRun(t *testing.T) {
tests := []struct {
name string
tty bool
stubs func(*httpmock.Registry)
capiStubs func(*testing.T, *capi.CapiClientMock)
baseRepo ghrepo.Interface
baseRepoErr error