aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/store_load_balancing_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/storage/store_load_balancing_test.go')
-rw-r--r--weed/storage/store_load_balancing_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/store_load_balancing_test.go b/weed/storage/store_load_balancing_test.go
index 15e709d53..35475a6ae 100644
--- a/weed/storage/store_load_balancing_test.go
+++ b/weed/storage/store_load_balancing_test.go
@@ -31,7 +31,7 @@ func newTestStore(t *testing.T, numDirs int) *Store {
diskTypes = append(diskTypes, types.HardDriveType)
}
- store := NewStore(nil, "localhost", 8080, 18080, "http://localhost:8080",
+ store := NewStore(nil, "localhost", 8080, 18080, "http://localhost:8080", "",
dirs, maxCounts, minFreeSpaces, "", NeedleMapInMemory, diskTypes, 3)
// Consume channel messages to prevent blocking