We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094e424 commit 4c330bdCopy full SHA for 4c330bd
driver-legacy/src/test/functional/com/mongodb/ConnectivityTest.java
@@ -24,7 +24,7 @@ public class ConnectivityTest {
24
// the test succeeds if no exception is thrown, and fail otherwise
25
@Test
26
public void testConnectivity() {
27
- MongoClient client = Fixture.getMongoClient();
+ MongoClient client = new MongoClient(Fixture.getMongoClientURI());
28
29
try {
30
// test that a command that doesn't require auth completes normally
0 commit comments