Update test to include expanded cipher suite.

This commit is contained in:
Colin Sullivan
2015-11-19 16:22:57 -07:00
parent 9ff1c9a12c
commit 0675a8fd1f

View File

@@ -106,6 +106,7 @@ func TestTLSConfigFile(t *testing.T) {
tls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
// tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
tls.TLS_RSA_WITH_RC4_128_SHA,
}
if !reflect.DeepEqual(tlsConfig.CipherSuites, ciphers) {
t.Fatalf("Got incorrect cipher suite list: [%+v]", tlsConfig.CipherSuites)