mirror of
https://github.com/grafana/grafana.git
synced 2025-09-29 05:43:57 +08:00
CloudWatch: Remove dependencies on grafana/pkg/setting (#81208)
This commit is contained in:
@ -71,7 +71,7 @@ func TestIntegrationPluginManager(t *testing.T) {
|
||||
|
||||
hcp := httpclient.NewProvider()
|
||||
am := azuremonitor.ProvideService(hcp)
|
||||
cw := cloudwatch.ProvideService(cfg, hcp)
|
||||
cw := cloudwatch.ProvideService(hcp)
|
||||
cm := cloudmonitoring.ProvideService(hcp)
|
||||
es := elasticsearch.ProvideService(hcp, tracer)
|
||||
grap := graphite.ProvideService(hcp, tracer)
|
||||
|
Reference in New Issue
Block a user