Skip to content

Commit 9eb3d34

Browse files
chore: fix lint
1 parent 34a7b87 commit 9eb3d34

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

test/unit/cmap/handshake/client_metadata.test.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -369,23 +369,6 @@ describe('client metadata module', () => {
369369

370370
describe('metadata truncation order', function () {
371371
const longDocument = 'a'.repeat(512);
372-
const defaultMetadata: ClientMetadata = {
373-
driver: {
374-
name: 'nodejs',
375-
version: NODE_DRIVER_VERSION
376-
},
377-
os: {
378-
type: os.type(),
379-
name: process.platform,
380-
architecture: process.arch,
381-
version: os.release()
382-
},
383-
platform: `Node.js ${process.version}, ${os.endianness()}`,
384-
application: { name: 'applicationName' },
385-
env: {
386-
name: 'aws.lambda'
387-
}
388-
};
389372

390373
const tests: Array<[string, ClientMetadata, TruncatedClientMetadata]> = [
391374
[

0 commit comments

Comments
 (0)