From 5498adfa36190ea0626655858ca06d2c06516774 Mon Sep 17 00:00:00 2001 From: Stephane BACHELIER Date: Mon, 7 Mar 2016 06:50:51 +0100 Subject: [PATCH] test(fixtures): update to new format --- test/fixtures/hello.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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' } }