We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32038e2 commit 73bd1efCopy full SHA for 73bd1ef
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