remove unused env var from test

cluster.hosts is no longer a config option since move to etcd
This commit is contained in:
Matthew Jaffee 2022-02-11 09:48:18 -06:00
parent 53a33134d9
commit b5dae698ff

View file

@ -85,7 +85,6 @@ func TestServerConfig(t *testing.T) {
"--profile.mutex-fraction", "8290",
},
env: map[string]string{
"PILOSA_CLUSTER_HOSTS": "localhost:1110,localhost:1111",
"PILOSA_TRANSLATION_MAP_SIZE": "100000",
"PILOSA_PROFILE_BLOCK_RATE": "9123",
"PILOSA_PROFILE_MUTEX_FRACTION": "444",