summaryrefslogtreecommitdiffstats
path: root/t/01-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-basic.t')
-rw-r--r--t/01-basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index 6e185b4..e152f8d 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -10,7 +10,7 @@ test_tcp_plackup(
sub {
my $base_url = shift;
- my $client = Plack::Client->new;
+ my $client = Plack::Client->new(http => {});
isa_ok($client, 'Plack::Client');
{