remove old, now conflicting test value

This commit is contained in:
Travis 2021-02-12 21:21:56 -06:00
parent 2d17405e94
commit a2a6e91f6d
No known key found for this signature in database
GPG key ID: 37080CC2042BA34E

View file

@ -189,11 +189,7 @@ bind = "127.0.0.1:10101"
[cluster]
replicas = 2
partitions = 128
hosts = [
"127.0.0.1:10101",
"127.0.0.1:10111",
]`
partitions = 128`
if _, err := file.Write([]byte(config)); err != nil {
t.Fatalf("writing config file: %v", err)
}