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.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/t/04-streaming.t b/t/04-streaming.t
index a494681..17a42e6 100644
--- a/t/04-streaming.t
+++ b/t/04-streaming.t
@@ -52,7 +52,10 @@ test_tcp_plackup(
};
my $base_uri = 'psgi-local://foo';
- test_responses($base_uri, Plack::Client->new(apps => $apps));
+ test_responses(
+ $base_uri,
+ Plack::Client->new('psgi-local' => {apps => $apps})
+ );
}
sub test_responses {