Skip to content

Commit e120bdc

Browse files
author
Chris Wiechmann
committed
Update testMongoDB.js
1 parent 8e4cdf8 commit e120bdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api-builder-plugin-fn-mongodb/test/testMongoDB.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ describe('flow-node fn-mongodb', () => {
3535
url: process.env.MONGODB_URL,
3636
collection: process.env.MONGODB_COLLECTION,
3737
mongoClientOptions: {
38+
/* Authentication is not required when running tests
3839
auth: {
3940
username: 'chris',
4041
password: 'changeme'
41-
},
42+
},*/
4243
appName: "MongoDB-Test-Suite"
4344
}
4445
}

0 commit comments

Comments
 (0)