Skip to content

reduce usage of freeze_time in tests

Michael Stambach requested to merge tests-fix-time into master

freeze_time was used extensively in the tests but causes problems with the mongodb client. this removes most of its usages except in some tricky cases were avoiding it would be complicated

Merge request reports

Loading