diff --git a/test/fixtures/hello.js b/test/fixtures/hello.js index 9905e25..d4abd9b 100644 --- a/test/fixtures/hello.js +++ b/test/fixtures/hello.js @@ -1,14 +1,14 @@ const data = { - body: { - response: '', - responseText: '', - responseType: 'text', - status: 200, - statusText: 'OK' - }, - headers: { - 'content-type': 'type/text', - 'content-length': 1234 + expires: 0, + data: { + body: { + response: '', + responseText: '', + responseType: 'text', + status: 200, + statusText: 'OK' + }, + headers: 'content-type: type/text\ncontent-length: 1234' } }