Chore: Refactor short url api test (#35051) (#35066)

This commit is contained in:
Grot (@grafanabot)
2021-06-01 20:58:45 +02:00
committed by GitHub
parent adfb3d4e21
commit 5bb876f414
4 changed files with 54 additions and 12 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ type HTTPServer struct {
PluginRequestValidator models.PluginRequestValidator `inject:""`
PluginManager plugins.Manager `inject:""`
SearchService *search.SearchService `inject:""`
ShortURLService *shorturls.ShortURLService `inject:""`
ShortURLService shorturls.Service `inject:""`
Live *live.GrafanaLive `inject:""`
LivePushGateway *pushhttp.Gateway `inject:""`
ContextHandler *contexthandler.ContextHandler `inject:""`