mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 19:50:36 +00:00
Update assertion to not check for port
This commit is contained in:
parent
409768d6e5
commit
516335e415
@ -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…
x
Reference in New Issue
Block a user