From 19f9cad3fe7cb339b20de1b563b376228ddd46d4 Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Mon, 12 Nov 2018 15:38:53 -0800 Subject: [PATCH] oss: bump test server version to 1.4.0 --- agent/consul/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/consul/server_test.go b/agent/consul/server_test.go index 795dd97e2..82e7136c2 100644 --- a/agent/consul/server_test.go +++ b/agent/consul/server_test.go @@ -84,7 +84,7 @@ func testServerConfig(t *testing.T) (string, *Config) { config.ServerHealthInterval = 50 * time.Millisecond config.AutopilotInterval = 100 * time.Millisecond - config.Build = "0.8.0" + config.Build = "1.4.0" config.CoordinateUpdatePeriod = 100 * time.Millisecond config.LeaveDrainTime = 1 * time.Millisecond