diff --git a/agent/consul/server_test.go b/agent/consul/server_test.go index 795dd97e20..82e7136c21 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