MCPcopy Create free account
hub / github.com/cloudflare/cfssl / TestInvalidPort

Function TestInvalidPort

api/client/client_test.go:55–60  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

53}
54
55func TestInvalidPort(t *testing.T) {
56 s := NewServer("1.1.1.1:99999999999999999999999999999")
57 if s != nil {
58 t.Fatalf("%v", s)
59 }
60}
61
62func TestAuthSign(t *testing.T) {
63 s := NewServer(".X")

Callers

nothing calls this directly

Calls 1

NewServerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…