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 2d3ba63 commit 43fb35aCopy full SHA for 43fb35a
test/integration/connection-monitoring-and-pooling/connection.test.ts
@@ -95,7 +95,8 @@ describe('Connection', function () {
95
const connectOptions: Partial<ConnectionOptions> = {
96
connectionType: Connection,
97
...this.configuration.options,
98
- metadata: makeClientMetadata({ driverInfo: {} })
+ metadata: makeClientMetadata({ driverInfo: {} }),
99
+ extendedMetadata: addContainerMetadata(makeClientMetadata({ driverInfo: {} }))
100
};
101
102
connect(connectOptions as any as ConnectionOptions, (err, conn) => {
0 commit comments