Skip to content

Commit

Permalink
chore: forgot to force the analytics on the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed Nov 27, 2023
1 parent 85f54da commit d240074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-repl/src/cli-repl.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,7 @@ describe('CliRepl', function () {
};

beforeEach(async function () {
process.env.MONGOSH_ANALYTICS_SAMPLE = 'true';
requests = [];
srv = http
.createServer((req, res) => {
Expand Down

0 comments on commit d240074

Please sign in to comment.