From b5dae698ffd93ab0a5bf4cbc139c4ffb1a2bd7b3 Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Fri, 11 Feb 2022 09:48:18 -0600 Subject: [PATCH] remove unused env var from test cluster.hosts is no longer a config option since move to etcd --- cmd/server_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/server_test.go b/cmd/server_test.go index df47bed5f..e7b42002f 100644 --- a/cmd/server_test.go +++ b/cmd/server_test.go @@ -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",