mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Improve annotation (#14564)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/14607/merge
parent
eed0c95181
commit
1c19aec7a8
|
@ -40,7 +40,7 @@ func VerifyResponse(response interface{}, err error) error {
|
|||
}
|
||||
switch resp := response.(type) {
|
||||
case Response:
|
||||
// note that resp will not be nil here, since it's still a interface
|
||||
// note that resp will not be nil here, since it's still an interface
|
||||
if resp.GetStatus() == nil {
|
||||
return errNilStatusResponse
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue