Skip to content

Commit

Permalink
fixed t/http_proxy_connect_timeout.t: dont skip module
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Nov 29, 2022
1 parent f95c93a commit 1916e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/http_proxy_connect_timeout.t
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use Net::DNS::Nameserver;
select STDERR; $| = 1;
select STDOUT; $| = 1;

my $t = Test::Nginx->new()->has(qw/http proxy proxy_connect/)->plan(16);
my $t = Test::Nginx->new()->has(qw/http proxy/)->plan(16);

###############################################################################

Expand Down

0 comments on commit 1916e6f

Please sign in to comment.