summaryrefslogtreecommitdiffstats
path: root/t/response.t
diff options
context:
space:
mode:
Diffstat (limited to 't/response.t')
-rw-r--r--t/response.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/response.t b/t/response.t
index a189c4d..eedf540 100644
--- a/t/response.t
+++ b/t/response.t
@@ -16,8 +16,8 @@ sub res {
is_deeply(
res(
- status => 200,
- body => 'hello',
+ status => 200,
+ content => 'hello',
),
[ 200, +[], [ 'hello' ] ]
);
@@ -38,7 +38,7 @@ is_deeply(
path => '/',
},
},
- body => 'hello',
+ content => 'hello',
),
[
200,