mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] Improve annotation (#14564)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user