fix: health check problem (#4590)

This commit is contained in:
Kevin Wan
2025-01-22 19:32:28 +08:00
committed by GitHub
parent 030c859171
commit 1023800b02
6 changed files with 24 additions and 19 deletions

View File

@@ -78,4 +78,4 @@ func Test{{.HandlerName}}(t *testing.T) {
assert.Contains(t, rr.Body.String(), tt.wantResp)
})
}
}
}

View File

@@ -66,4 +66,4 @@ func Test{{.logic}}_{{.function}}(t *testing.T) {
tt.checkResp({{if .hasResponse}}resp, {{end}}err)
})
}
}
}