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{