summaryrefslogtreecommitdiffstats
path: root/t/04-streaming.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-11 13:02:39 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-11 13:02:39 -0600
commitfd4c5d0739d110bd35c69124c62f494c36ca350d (patch)
tree4b6725a773cc2d353f8a84405e0ae9d094df6fe9 /t/04-streaming.t
parentacf9a94c33748457d49e662c9c7ed3719a38eb65 (diff)
downloadplack-client-fd4c5d0739d110bd35c69124c62f494c36ca350d.tar.gz
plack-client-fd4c5d0739d110bd35c69124c62f494c36ca350d.zip
being a bit more explicit about backends is probably a good thing
Diffstat (limited to 't/04-streaming.t')
-rw-r--r--t/04-streaming.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/04-streaming.t b/t/04-streaming.t
index 17a42e6..9aaec17 100644
--- a/t/04-streaming.t
+++ b/t/04-streaming.t
@@ -42,7 +42,7 @@ test_tcp_plackup(
sub {
my $base_uri = shift;
- test_responses($base_uri, Plack::Client->new);
+ test_responses($base_uri, Plack::Client->new(http => {}));
},
);