We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb63b5 commit 3c516ffCopy full SHA for 3c516ff
1 file changed
test/unit/sdam/topology.test.ts
@@ -53,7 +53,8 @@ describe('Topology (unit)', function () {
53
const server: Topology = topologyWithPlaceholderClient([`localhost:27017`], {
54
metadata: makeClientMetadata({
55
appName: 'My application name',
56
- driverInfo: {}
+ driverInfo: {},
57
+ additionalDriverInfo: []
58
})
59
});
60
0 commit comments