Skip to content

Commit

Permalink
test: title phrasing
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Pardue <daria.pardue@mongodb.com>
  • Loading branch information
nbbeeken and dariakp committed Jan 19, 2022
1 parent 1d76d15 commit 5392813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/connection_string.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('Connection String', function () {
expect(options).to.have.nested.property('credentials.source', mockAuthSource);
});

it('should omit credentials and throw a non-MongoAPIError if the only auth related option is authSource', async () => {
it('should omit credentials and not throw a MongoAPIError if the only auth related option is authSource', async () => {
// The error we're looking to **not** see is
// `new MongoInvalidArgumentError('No AuthProvider for ${credentials.mechanism} defined.')`
// in `prepareHandshakeDocument` and/or `performInitialHandshake`.
Expand Down

0 comments on commit 5392813

Please sign in to comment.