mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
fix: health check problem (#4590)
This commit is contained in:
@@ -78,4 +78,4 @@ func Test{{.HandlerName}}(t *testing.T) {
|
||||
assert.Contains(t, rr.Body.String(), tt.wantResp)
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,4 +66,4 @@ func Test{{.logic}}_{{.function}}(t *testing.T) {
|
||||
tt.checkResp({{if .hasResponse}}resp, {{end}}err)
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user