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