MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / TestDefaultHTTPTransport

Function TestDefaultHTTPTransport

base/util_test.go:750–755  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

748}
749
750func TestDefaultHTTPTransport(t *testing.T) {
751 assert.NotPanics(t, func() {
752 transport := DefaultHTTPTransport()
753 assert.NotNil(t, transport, "Returned DefaultHTTPTransport was unexpectedly nil")
754 })
755}
756
757func TestIsDeltaError(t *testing.T) {
758 tests := []struct {

Callers

nothing calls this directly

Calls 1

DefaultHTTPTransportFunction · 0.85

Tested by

no test coverage detected