From b381a9d7e098ae102fceabc34c7af03a894979b7 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 10 Mar 2016 17:36:10 -0500 Subject: [PATCH] Fix failing config test --- command/server/config_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/command/server/config_test.go b/command/server/config_test.go index 49f1794f71..505e8fa08c 100644 --- a/command/server/config_test.go +++ b/command/server/config_test.go @@ -21,12 +21,6 @@ func TestLoadConfigFile(t *testing.T) { "address": "127.0.0.1:443", }, }, - &Listener{ - Type: "tcp", - Config: map[string]string{ - "address": "127.0.0.1:444", - }, - }, }, Backend: &Backend{ @@ -117,6 +111,12 @@ func TestLoadConfigFile_json2(t *testing.T) { "address": "127.0.0.1:443", }, }, + &Listener{ + Type: "tcp", + Config: map[string]string{ + "address": "127.0.0.1:444", + }, + }, }, Backend: &Backend{