Remove unused linter flag
This commit is contained in:
parent
31209bcf89
commit
895487127c
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue