Skip to content

Commit

Permalink
test(NODE-2938): fix failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Feb 10, 2022
1 parent 1c3932b commit 8870edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/manual/kerberos.test.js
Expand Up @@ -113,7 +113,7 @@ describe('Kerberos', function () {
if (!expectedError) {
expect.fail('Expected connect with invalid SERVICE_HOST to fail');
}
expect(expectedError).property('message').to.include('Authentication failed');
expect(expectedError).property('message').to.include('GSS failure');
});
});

Expand Down

0 comments on commit 8870edc

Please sign in to comment.