Skip to content

Commit f391142

Browse files
committed
pants-plugins/uses_services/mongo: Add uuidRepresentation
1 parent 36d2cf7 commit f391142

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pants-plugins/uses_services/scripts/is_mongo_running.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def _is_mongo_running(
3434
port=db_port,
3535
connectTimeoutMS=connection_timeout_ms,
3636
serverSelectionTimeoutMS=connection_timeout_ms,
37+
uuidRepresentation="pythonLegacy",
3738
)
3839

3940
# connection.connect() is lazy. Make a command to test the connection.

0 commit comments

Comments
 (0)