This commit is contained in:
Alessio Treglia
2020-11-29 12:07:15 +00:00
parent 1b665fe822
commit 02a2ce6b10
8 changed files with 166 additions and 109 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ func makeAddrs() (string, string, string) {
// getConfig returns a config for test cases
func getConfig(t *testing.T) *cfg.Config {
c := cfg.ResetTestRoot(t.Name())
c := cfg.SetupTestConfiguration(t)
// and we use random ports to run in parallel
tm, rpc, grpc := makeAddrs()