Remove unused linter flag

This commit is contained in:
Kousik Mitra 2023-06-05 22:54:35 +05:30
parent 31209bcf89
commit 895487127c
No known key found for this signature in database

View file

@ -180,8 +180,6 @@ func TestPromptGists(t *testing.T) {
client := &http.Client{Transport: reg}
t.Run(tt.name, func(t *testing.T) {
//nolint:staticcheck // SA1019: prompt.NewAskStubber is deprecated: use PrompterMock
mockPrompter := prompter.NewMockPrompter(t)
if tt.prompterStubs != nil {
tt.prompterStubs(mockPrompter)