aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-05-15 17:46:56 -0700
committerchrislu <chris.lu@gmail.com>2023-05-15 17:46:56 -0700
commitb7f011f777bd9fa396a607e6228f43e3be5f5437 (patch)
treec3b5f517442f3987b36da16ae108e1b978355a37
parent65484e80ef2bb1517b45a19232231cf81852eca6 (diff)
downloadseaweedfs-b7f011f777bd9fa396a607e6228f43e3be5f5437.tar.xz
seaweedfs-b7f011f777bd9fa396a607e6228f43e3be5f5437.zip
fix test
-rw-r--r--weed/filer/etcd/etcd_store_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/etcd/etcd_store_test.go b/weed/filer/etcd/etcd_store_test.go
index 03b676982..31e451e00 100644
--- a/weed/filer/etcd/etcd_store_test.go
+++ b/weed/filer/etcd/etcd_store_test.go
@@ -10,7 +10,7 @@ func TestStore(t *testing.T) {
// to set up local env
if false {
store := &EtcdStore{}
- store.initialize("localhost:2379", "3s")
+ store.initialize("localhost:2379", "", "", "3s")
store_test.TestFilerStore(t, store)
}
}