fix unpacker_test case

This commit is contained in:
cygnushan 2018-05-31 17:13:06 +08:00
parent 6dbb8eedb0
commit 694c715a64
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ func TestUnpackerUnpackHTTPRequest(t *testing.T) {
RetCode *int `json:"ret_code" name:"ret_code"`
TotalCount *int `json:"total_count" name:"total_count"`
VolumeSet []*Volume `json:"volume_set" name:"volume_set"`
Message *string `json:"message" name:"message"`
}
httpResponse := &http.Response{Header: http.Header{}}