(mode string)
| 10 | ) |
| 11 | |
| 12 | func newTestDrainSanitizer(mode string) *DrainSanitizer { |
| 13 | return NewDrainSanitizer("test-tenant", func(string) string { return mode }, 15*time.Minute) |
| 14 | } |
| 15 | |
| 16 | func TestDrainSanitizer_PatternDetection(t *testing.T) { |
| 17 | t.Parallel() |
no test coverage detected