(t *testing.T, entry *AccessEntry, expectedOutput string, o Options)
| 67 | } |
| 68 | |
| 69 | func testAccessLog(t *testing.T, entry *AccessEntry, expectedOutput string, o Options) { |
| 70 | testAccessLogExtended(t, entry, nil, expectedOutput, o) |
| 71 | } |
| 72 | |
| 73 | func testAccessLogExtended(t *testing.T, entry *AccessEntry, |
| 74 | additional map[string]any, |
no test coverage detected
searching dependent graphs…