You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1411 introduced a fix where mongo_options could be passed in to be later passed to with_options. This should use **mongo_options and have unit tests that actually show the correct usage.
#1411 introduced a fix where
mongo_optionscould be passed in to be later passed towith_options. This should use**mongo_optionsand have unit tests that actually show the correct usage.