(t *testing.T)
| 115 | } |
| 116 | |
| 117 | func TestAccessLogFormatJSON(t *testing.T) { |
| 118 | testAccessLog(t, testAccessEntry(), logJSONOutput, Options{AccessLogJSONEnabled: true}) |
| 119 | } |
| 120 | |
| 121 | func TestAccessLogFormatJSONWithAdditionalData(t *testing.T) { |
| 122 | testAccessLogExtended(t, testAccessEntry(), map[string]interface{}{"extra": "extra"}, logExtendedJSONOutput, Options{AccessLogJSONEnabled: true}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…