We recently changed the expectedHost in the testKmsCtx subtest of mongocrypt_test.go to include the default port 443 in the AWS KMS hostname.
For some reason, on Windows, the AWS KMS hostname does not include the port, so we should just check that the expected hostname (sans port) is included in the actual.
- related to
-
GODRIVER-2217 Test with the latest libmongocrypt release on non-Windows builds
- Backlog