(t *testing.T, entry *AccessEntry, expectedOutput string)
| 92 | } |
| 93 | |
| 94 | func testAccessLogDefault(t *testing.T, entry *AccessEntry, expectedOutput string) { |
| 95 | testAccessLog(t, entry, expectedOutput, Options{}) |
| 96 | } |
| 97 | |
| 98 | func TestAccessLogWithContext(t *testing.T) { |
| 99 | entry := testAccessEntry() |
no test coverage detected
searching dependent graphs…