gateway-api
gateway-api copied to clipboard
Conformance utils/http MakeRequestAndExpectEventuallyConsistentResponse hardcodes http scheme
What happened:
I noticed that MakeRequestAndExpectEventuallyConsistentResponse hard codes the http
scheme.
What you expected to happen:
The scheme and should be derived from ExpectedResponse.Request.Protocol
.