Fixing testServerDC method

This commit is contained in:
Armon Dadgar 2014-01-10 12:58:04 -08:00
parent 2030b2288d
commit df1eea834a
1 changed files with 1 additions and 1 deletions

View File

@ -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) {