A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cloudflare/cfssl/commit/7c8e5017d5eca62b5b635b5ed98daab18b0fca16 below:

Fix 'TestNewMutualTLSServer' test for go1.14 #1075 (#1091) · cloudflare/cfssl@7c8e501 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -97,7 +97,7 @@ func TestNewMutualTLSServer(t *testing.T) {

97 97

if err == nil {

98 98

t.Fatalf("expected error with sign function")

99 99

}

100 -

if !strings.Contains(err.Error(), "Post https://nohost:8888/api/v1/cfssl/sign: dial tcp: lookup nohost") {

100 +

if !(strings.Contains(err.Error(), "Post")) && !(strings.Contains(err.Error(), "https://nohost:8888/api/v1/cfssl/sign")) && !(strings.Contains(err.Error(), "dial tcp: lookup nohost: no such host")) {

101 101

t.Fatalf("no error message %v", err)

102 102

}

103 103

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4