mirror of https://github.com/status-im/consul.git
Fixing testServerDC method
This commit is contained in:
parent
cf29019545
commit
ee37fbc6a2
|
@ -30,7 +30,7 @@ func testServer(t *testing.T) (string, *Server) {
|
|||
}
|
||||
|
||||
func testServerDC(t *testing.T, dc string) (string, *Server) {
|
||||
return testServerDCBootstrap(t, "dc1", true)
|
||||
return testServerDCBootstrap(t, dc, true)
|
||||
}
|
||||
|
||||
func testServerDCBootstrap(t *testing.T, dc string, bootstrap bool) (string, *Server) {
|
||||
|
|
Loading…
Reference in New Issue