Skip to content

Commit 4c0a316

Browse files
committed
pants-plugins/uses_services/mongo: Add uuidRepresentation
1 parent 407bc3e commit 4c0a316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)