Merge branch 'DVE_INITTLS' of https://github.com/itdove/helm into DVE_INITTLS

pull/5453/head
Dominique Vernier 7 years ago
commit 262922ba76

@ -65,8 +65,8 @@ func TestEqual(t *testing.T) {
func TestExtractHostname(t *testing.T) { func TestExtractHostname(t *testing.T) {
tests := map[string]string{ tests := map[string]string{
"http://example.com": "example.com", "http://example.com": "example.com",
"https://example.com/foo": "example.com", "https://example.com/foo": "example.com",
"https://example.com:31337/not/with/a/bang/but/a/whimper": "example.com", "https://example.com:31337/not/with/a/bang/but/a/whimper": "example.com",
} }
for start, expect := range tests { for start, expect := range tests {

Loading…
Cancel
Save