fix tests

This commit is contained in:
tobi 2025-02-26 11:45:39 +01:00
commit 7bca8c4f19
6 changed files with 20 additions and 10 deletions

View file

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