Update assertion to not check for port
This commit is contained in:
parent
85aa7f2785
commit
db406b700c
|
@ -33,5 +33,7 @@ load helpers
|
|||
}
|
||||
|
||||
@test "terminating-gateway adds the Host header for connection to s3" {
|
||||
assert_expected_fortio_host_header "localhost:8382" localhost 5000
|
||||
# Envoy does not rewrite the port
|
||||
# See https://github.com/envoyproxy/envoy/pull/504#discussion_r102614466
|
||||
assert_expected_fortio_host_header "localhost" localhost 5000
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue