Fix lint error

This commit is contained in:
Alessio 2023-08-17 18:15:38 -03:00
parent 901e4dce0e
commit cb6a4b08e2

View File

@ -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
// --------------