add extra test block

This commit is contained in:
clint shryock 2015-11-12 11:14:33 -06:00
parent fddafd2b96
commit 1b2e068b19
1 changed files with 7 additions and 0 deletions

View File

@ -296,6 +296,13 @@ func TestExpandListeners(t *testing.T) {
"instance_protocol": "http",
"lb_protocol": "http",
},
map[string]interface{}{
"instance_port": 8000,
"lb_port": 80,
"instance_protocol": "https",
"lb_protocol": "https",
"ssl_certificate_id": "something",
},
}
listeners, err := expandListeners(expanded)
if err != nil {