# HG changeset patch # User Sergey Kandaurov # Date 1522337919 -10800 # Node ID 6f95c0ed2335f53a2f942ab3838903b070176103 # Parent 4979af9fd9053964fcea0c139107d225c94fa540 Tests: removed proxy prerequisite from grpc tests. diff --git a/grpc.t b/grpc.t --- 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'); diff --git a/grpc_ssl.t b/grpc_ssl.t --- 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\.]+)/;