We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a5985 commit 7595a77Copy full SHA for 7595a77
test/functional/uri_tests.js
@@ -199,7 +199,7 @@ describe('URI', function() {
199
200
const topologyPrototype = this.configuration.usingUnifiedTopology()
201
? NativeTopology.prototype
202
- : ReplSet.prototpe;
+ : ReplSet.prototype;
203
204
const connectStub = sinon.stub(topologyPrototype, 'connect').callsFake(validateConnect);
205
const uri = 'mongodb://some-hostname/test?ssl=true&authMechanism=MONGODB-X509&replicaSet=rs0';
0 commit comments