mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
test: add t.Helper() calls to test helper functions (#7351)
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
)
|
||||
|
||||
func setupProxyTargetCoreDNS(t *testing.T, fn func(string)) {
|
||||
t.Helper()
|
||||
tmpdir := t.TempDir()
|
||||
|
||||
content := `
|
||||
|
||||
Reference in New Issue
Block a user