Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 10, 2024
1 parent ccfa1c3 commit afb16cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/ingestion/IngestionReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ describe('ingestion reader tests with mock', function fD() {
const topic = testConfig.extensions.ingestion.topic;
async.waterfall([
next => {
const client = new MongoClient(mongoUrl,{
const client = new MongoClient(mongoUrl, {
replicaSet: 'rs0',
useNewUrlParser: true,
readPreference: 'primary',
} );
});
client.connect().then(client => {
this.client = client;
this.db = this.client.db('metadata', {
Expand Down

0 comments on commit afb16cf

Please sign in to comment.