(t *testing.T)
| 340 | } |
| 341 | |
| 342 | func TestAccessLogStripQuery(t *testing.T) { |
| 343 | entry := testAccessEntry() |
| 344 | entry.Request.RequestURI += "?foo=bar" |
| 345 | testAccessLog(t, entry, logOutput, Options{AccessLogStripQuery: true}) |
| 346 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…