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

Function testAccessEntryWithQueryParameters

logging/access_test.go:62–67  ·  view source on GitHub ↗
(params url.Values)

Source from the content-addressed store, hash-verified

60}
61
62func testAccessEntryWithQueryParameters(params url.Values) *AccessEntry {
63 testAccessEntry := testAccessEntry()
64 testAccessEntry.Request = testRequest(params)
65
66 return testAccessEntry
67}
68
69func testAccessLog(t *testing.T, entry *AccessEntry, expectedOutput string, o Options) {
70 testAccessLogExtended(t, entry, nil, expectedOutput, o)

Calls 2

testAccessEntryFunction · 0.85
testRequestFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…