diff options
| author | chrislu <chris.lu@gmail.com> | 2023-05-15 17:46:56 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-05-15 17:46:56 -0700 |
| commit | b7f011f777bd9fa396a607e6228f43e3be5f5437 (patch) | |
| tree | c3b5f517442f3987b36da16ae108e1b978355a37 | |
| parent | 65484e80ef2bb1517b45a19232231cf81852eca6 (diff) | |
| download | seaweedfs-b7f011f777bd9fa396a607e6228f43e3be5f5437.tar.xz seaweedfs-b7f011f777bd9fa396a607e6228f43e3be5f5437.zip | |
fix test
| -rw-r--r-- | weed/filer/etcd/etcd_store_test.go | 2 |
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) } } |
