diff grpc.t @ 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 42577a840a7d
children 6de2a27af2d3
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');