(t *testing.T)
| 111 | } |
| 112 | |
| 113 | func TestAccessLogFormatFull(t *testing.T) { |
| 114 | testAccessLogDefault(t, testAccessEntry(), logOutput) |
| 115 | } |
| 116 | |
| 117 | func TestAccessLogFormatJSON(t *testing.T) { |
| 118 | testAccessLog(t, testAccessEntry(), logJSONOutput, Options{AccessLogJSONEnabled: true}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…