| 52 | } |
| 53 | |
| 54 | type uniqueFilterIntegrationTest struct{} |
| 55 | |
| 56 | func (h *uniqueFilterIntegrationTest) Execute() error { |
| 57 | // Create a test server that returns 404 for all paths except root |
nothing calls this directly
no outgoing calls
no test coverage detected