mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-05 00:34:09 +09:00
chore: update grpc router path
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
package bots
|
||||
|
||||
import (
|
||||
"context"
|
||||
"testing"
|
||||
|
||||
"code.gitea.io/gitea/modules/web"
|
||||
"code.gitea.io/gitea/routers/api/bots/ping"
|
||||
)
|
||||
|
||||
func TestPingService(t *testing.T) {
|
||||
ping.MainServiceTest(t, Routes(web.NewRoute()))
|
||||
ping.MainServiceTest(t, Routes(context.Background(), ""))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user