Skip to content

Commit 3221166

Browse files
committed
fixup
1 parent dcd808f commit 3221166

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/compass-e2e-tests/tests/logging.test.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,16 @@ describe('Logging and Telemetry integration', function () {
298298
expect(actual.serverVersion).to.be.a('string');
299299
},
300300
},
301+
{
302+
s: 'I',
303+
c: 'MONGOSH',
304+
id: 1_000_000_007,
305+
ctx: 'repl',
306+
msg: 'Evaluating input',
307+
attr: {
308+
input: 'version()',
309+
},
310+
},
301311
{
302312
s: 'I',
303313
c: 'MONGOSH',

packages/compass-shell/src/plugin.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export function onActivated(
6262
createAndStoreRuntime(dataService, logger, track, connectionInfo).id
6363
: null,
6464
history: null,
65-
mongoshVersion: '',
6665
},
6766
applyMiddleware(
6867
thunk.withExtraArgument({

0 commit comments

Comments
 (0)