Skip to content

Commit 69bff6b

Browse files
committed
Use versioned URI for mongo-orchestration
1 parent c682fd3 commit 69bff6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/tools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ function getMOUri() {
361361
if (!($PORT = getenv("MONGODB_ORCHESTRATION_PORT"))) {
362362
$PORT = "8889";
363363
}
364-
$MO = "http://$HOST:$PORT";
364+
$MO = "http://$HOST:$PORT/v1";
365365

366366
return $MO;
367367
}

0 commit comments

Comments
 (0)