MCPcopy Create free account
hub / github.com/zalando/skipper / TestProxyFromEmptyContext

Function TestProxyFromEmptyContext

proxy/proxy_test.go:2320–2325  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2318}
2319
2320func TestProxyFromEmptyContext(t *testing.T) {
2321 proxyURL, err := proxyFromContext(&http.Request{})
2322
2323 assert.NoError(t, err)
2324 assert.Nil(t, proxyURL)
2325}
2326
2327func BenchmarkAccessLogNoFilter(b *testing.B) { benchmarkAccessLog(b, "", 200) }
2328func BenchmarkAccessLogDisablePrint(b *testing.B) {

Callers

nothing calls this directly

Calls 1

proxyFromContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…