cisagov / admiral

Distributed certificate transparency log harvester
Creative Commons Zero v1.0 Universal
14 stars 3 forks source link

Upgrade MongoEngine #50

Closed king-alexander closed 1 year ago

king-alexander commented 1 year ago

💡 Summary

Update tests to use the mongo_client_class connection method introduced in MongoEngine 0.27.0.

Motivation and context

The syntax change in MongoEngine 0.27.0 breaks tests in this repository. We pinned a lower version in #49. But ideally, we want to use the latest stable version.

Implementation notes

Acceptance criteria

How do we know when this work is done?