Fixing testServerDC method
This commit is contained in:
parent
2030b2288d
commit
df1eea834a
|
@ -30,7 +30,7 @@ func testServer(t *testing.T) (string, *Server) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func testServerDC(t *testing.T, dc string) (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) {
|
func testServerDCBootstrap(t *testing.T, dc string, bootstrap bool) (string, *Server) {
|
||||||
|
|
Loading…
Reference in New Issue