mirror of
https://github.com/coredns/coredns.git
synced 2025-11-18 18:02:16 -05:00
test: add t.Helper() calls to test helper functions (#7351)
This commit is contained in:
@@ -17,6 +17,7 @@ var (
|
||||
)
|
||||
|
||||
func testServerHTTPS(t *testing.T, path string, validator func(*http.Request) bool) *http.Response {
|
||||
t.Helper()
|
||||
c := Config{
|
||||
Zone: "example.com.",
|
||||
Transport: "https",
|
||||
|
||||
Reference in New Issue
Block a user