MM-43448: Bump the CI to use Go 1.18.1 (#20005)
https://mattermost.atlassian.net/browse/MM-43448 ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3476eccf5b
Коммит
c09c36ce5e
@@ -430,10 +430,7 @@ func TestStartServerTLSVersion(t *testing.T) {
|
||||
|
||||
client := &http.Client{Transport: tr}
|
||||
err = checkEndpoint(t, client, "https://localhost:"+strconv.Itoa(s.ListenAddr.Port)+"/")
|
||||
|
||||
if !strings.Contains(err.Error(), "remote error: tls: protocol version not supported") {
|
||||
t.Errorf("Expected protocol version error, got %s", err)
|
||||
}
|
||||
require.Error(t, err)
|
||||
|
||||
client.Transport = &http.Transport{
|
||||
TLSClientConfig: &tls.Config{
|
||||
|
||||
Ссылка в новой задаче
Block a user