chore: update linter. (#997)

This commit is contained in:
Ludovic Fernandez 2019-10-25 01:27:40 +02:00 committed by GitHub
parent 8afde164a1
commit 635b9ac93d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 23 additions and 44 deletions

View file

@ -44,7 +44,6 @@ func TestDo_UserAgentOnAllHTTPMethod(t *testing.T) {
for _, test := range testCases {
t.Run(test.method, func(t *testing.T) {
_, err := test.call(ts.URL)
require.NoError(t, err)