(t *testing.T)
| 119 | } |
| 120 | |
| 121 | func TestAccessLogFormatJSONWithAdditionalData(t *testing.T) { |
| 122 | testAccessLogExtended(t, testAccessEntry(), map[string]interface{}{"extra": "extra"}, logExtendedJSONOutput, Options{AccessLogJSONEnabled: true}) |
| 123 | } |
| 124 | |
| 125 | func TestAccessLogFormatJSONWithMaskedQueryParameters(t *testing.T) { |
| 126 | additional := map[string]any{al.KeyMaskedQueryParams: map[string]struct{}{"foo": {}}} |
nothing calls this directly
no test coverage detected
searching dependent graphs…