mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-25 13:26:16 -06:00
fix tests
This commit is contained in:
parent
513f4fefed
commit
7bca8c4f19
6 changed files with 20 additions and 10 deletions
|
|
@ -102,7 +102,7 @@ import (
|
|||
// description: internal server error
|
||||
func (m *Module) InstancePeersGETHandler(c *gin.Context) {
|
||||
authed, errWithCode := apiutil.TokenAuth(c,
|
||||
true, true, true, true,
|
||||
false, false, false, false,
|
||||
)
|
||||
if errWithCode != nil {
|
||||
apiutil.ErrorHandler(c, errWithCode, m.processor.InstanceGetV1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue