changeset 1312:6f95c0ed2335

Tests: removed proxy prerequisite from grpc tests.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 29 Mar 2018 18:38:39 +0300
parents 4979af9fd905
children cc2f17cd9677
files grpc.t grpc_ssl.t
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/grpc.t
+++ b/grpc.t
@@ -23,7 +23,7 @@ use Test::Nginx::HTTP2;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/http proxy rewrite http_v2 grpc/)
+my $t = Test::Nginx->new()->has(qw/http rewrite http_v2 grpc/)
 	->has(qw/upstream_keepalive/);
 
 $t->write_file_expand('nginx.conf', <<'EOF');
--- a/grpc_ssl.t
+++ b/grpc_ssl.t
@@ -23,7 +23,7 @@ use Test::Nginx::HTTP2;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/http proxy rewrite http_v2 grpc/)
+my $t = Test::Nginx->new()->has(qw/http rewrite http_v2 grpc/)
 	->has(qw/upstream_keepalive http_ssl/);
 
 $t->{_configure_args} =~ /OpenSSL ([\d\.]+)/;