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

Function TestAccessLogStripQuery

logging/access_test.go:342–346  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

340}
341
342func TestAccessLogStripQuery(t *testing.T) {
343 entry := testAccessEntry()
344 entry.Request.RequestURI += "?foo=bar"
345 testAccessLog(t, entry, logOutput, Options{AccessLogStripQuery: true})
346}

Callers

nothing calls this directly

Calls 2

testAccessEntryFunction · 0.85
testAccessLogFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…