From e0a3687faaccada308eb30dca9624d796fdfa978 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 20 Dec 2017 15:59:47 -0800 Subject: [PATCH] Fix test --- command/agent/consul/unit_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/consul/unit_test.go b/command/agent/consul/unit_test.go index fa8b52ab4..05b1c0f8d 100644 --- a/command/agent/consul/unit_test.go +++ b/command/agent/consul/unit_test.go @@ -1571,7 +1571,7 @@ func TestGetAddress(t *testing.T) { }, { Name: "NoPort_AutoMode", - Mode: structs.AddressModeHost, + Mode: structs.AddressModeAuto, ExpectedIP: HostIP, }, {