Skip to content

Commit

Permalink
test: the http2 is missing which causes weird result (#5382)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Nov 1, 2021
1 parent 759e666 commit 9fc67b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion t/APISIX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ _EOC_
$config .= <<_EOC_;
$ipv6_listen_conf
listen 1994 ssl;
listen 1994 ssl http2;
ssl_certificate cert/apisix.crt;
ssl_certificate_key cert/apisix.key;
lua_ssl_trusted_certificate cert/apisix.crt;
Expand Down
4 changes: 0 additions & 4 deletions t/node/grpc-proxy-unary.t
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ routes:
return
end
ngx.say(data:sub(1, -2))
return
}
}
--- response_body
Expand Down Expand Up @@ -110,7 +109,6 @@ routes:
return
end
ngx.say(data:sub(1, -2))
return
}
}
--- response_body
Expand Down Expand Up @@ -152,7 +150,6 @@ routes:
return
end
ngx.say(data:sub(1, -2))
return
}
}
--- response_body
Expand Down Expand Up @@ -200,7 +197,6 @@ routes:
return
end
ngx.say(data:sub(1, -2))
return
}
}
--- response_body
Expand Down

0 comments on commit 9fc67b1

Please sign in to comment.