From 459dd0062bfc3ff82ee10a01e7dbb34ae003ce21 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 7 Jan 2011 16:43:29 -0600 Subject: factor out scheme handling into separate backends docs still need updating --- t/02-inputs.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 't/02-inputs.t') diff --git a/t/02-inputs.t b/t/02-inputs.t index 04d5312..09e471c 100644 --- a/t/02-inputs.t +++ b/t/02-inputs.t @@ -48,7 +48,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 { -- cgit v1.2.3-54-g00ecf