This check in the proxy_protocol_connect test will never return true, because "fcv" is a document while "latestFCV" is a version number. When the fix is checked
(fcv.featureCompatibilityVersion.version === latestFCV), the assertions inside the test block fail. We should fix the test & the failing assertions.