Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Security 2023-08-21
-
164
Description
With the new changes in SERVER-72262, both oidc_e2e_azure.js and oidc_e2e_okta.js started failing due to
getPython3Binary() not being defined.
This is because the whole function is passed as a string here without resolving getPython3Binary() into the actual function.
We should call getPython3Binary() and copy the returned value into the passed string so it can get resolved later when invoked here.