AuthZ: Launch service within IAM app (#96421)

This commit is contained in:
Gabriel MABILLE
2024-11-20 11:13:33 +01:00
committed by GitHub
parent 4800b8a26b
commit aa2b4751a0
10 changed files with 223 additions and 96 deletions
@@ -357,8 +357,8 @@ func TestClientServer(t *testing.T) {
dbstore := infraDB.InitTestDB(t)
cfg := setting.NewCfg()
cfg.GRPCServerAddress = "localhost:0" // get a free address
cfg.GRPCServerNetwork = "tcp"
cfg.GRPCServer.Address = "localhost:0" // get a free address
cfg.GRPCServer.Network = "tcp"
features := featuremgmt.WithFeatures()