mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 02:31:50 +08:00
Advisor: Ensure User-Agent header is set for checks (#105122)
This commit is contained in:

committed by
GitHub

parent
0978ec5e91
commit
8ef8185379
@ -272,7 +272,7 @@ func (r *FakePluginRepo) PluginVersion(ctx context.Context, pluginID, version st
|
||||
return repo.VersionData{}, nil
|
||||
}
|
||||
|
||||
func (r *FakePluginRepo) PluginInfo(ctx context.Context, pluginID string) (*repo.PluginInfo, error) {
|
||||
func (r *FakePluginRepo) PluginInfo(ctx context.Context, pluginID string, compatOpts repo.CompatOpts) (*repo.PluginInfo, error) {
|
||||
return &repo.PluginInfo{}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user