mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 15:13:38 +08:00
AuthZ: Launch service within IAM app (#96421)
This commit is contained in:
@ -35,8 +35,8 @@ func TestIntegrationWillRunInstrumentationServerWhenTargetHasNoHttpServer(t *tes
|
||||
|
||||
_, cfg := db.InitTestDBWithCfg(t)
|
||||
cfg.HTTPPort = "3001"
|
||||
cfg.GRPCServerNetwork = "tcp"
|
||||
cfg.GRPCServerAddress = "localhost:10000"
|
||||
cfg.GRPCServer.Network = "tcp"
|
||||
cfg.GRPCServer.Address = "localhost:10000"
|
||||
addStorageServerToConfig(t, cfg, dbType)
|
||||
cfg.Target = []string{modules.StorageServer}
|
||||
|
||||
|
Reference in New Issue
Block a user