summaryrefslogtreecommitdiffstats
path: root/t/04-streaming.t
diff options
context:
space:
mode:
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 => {}));
},
);