Browse Source

etcdhttp: fix test build

Blake Mizerany 11 years ago
parent
commit
172c1eae5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etcdserver/etcdhttp/http_test.go

+ 1 - 1
etcdserver/etcdhttp/http_test.go

@@ -26,7 +26,7 @@ func TestSet(t *testing.T) {
 
 	st := store.New()
 
-	n := raft.Start(1, []int64{1})
+	n := raft.Start(1, []int64{1}, 0, 0)
 	n.Campaign(ctx)
 
 	srv := &etcdserver.Server{