Add non-nil Data because Go 1.7 needs it
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
8fbbc9bc6b
commit
04c0326535
|
@ -613,6 +613,7 @@ func TestAPIClientDo(t *testing.T) {
|
|||
{
|
||||
response: &apiResponse{
|
||||
Status: "error",
|
||||
Data: json.RawMessage(`null`),
|
||||
ErrorType: ErrBadData,
|
||||
Error: "end timestamp must not be before start time",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue