Fix lint error
This commit is contained in:
parent
901e4dce0e
commit
cb6a4b08e2
@ -3,8 +3,8 @@ package webserver_test
|
||||
import (
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"testing"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/andybalholm/cascadia"
|
||||
"github.com/stretchr/testify/assert"
|
||||
@ -238,7 +238,6 @@ func TestFollowUnfollowPostOnly(t *testing.T) {
|
||||
require.Equal(resp.StatusCode, 405)
|
||||
}
|
||||
|
||||
|
||||
// Static content
|
||||
// --------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user