Fix failing config test

This commit is contained in:
Seth Vargo 2016-03-10 17:36:10 -05:00
parent 7c31404fe2
commit b381a9d7e0

View file

@ -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{