Skip to content

Commit d5816da

Browse files
all changes
1 parent 949c840 commit d5816da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/run-kerberos-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ USER=$(node -p "encodeURIComponent(process.env.PRINCIPAL)")
2727
export MONGODB_URI="mongodb://${USER}@${SASL_HOST}/${GSSAPI_DB}?authMechanism=GSSAPI"
2828

2929
set -o xtrace
30-
# npm install [email protected]
30+
npm install [email protected]
3131
npm run check:kerberos
3232

3333
set +o xtrace

test/manual/kerberos.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ describe('Kerberos', function () {
218218
if (!expectedError) {
219219
expect.fail('Expected connect with invalid SERVICE_HOST to fail');
220220
}
221-
expect(expectedError.message).to.match(/GSS failure|UNKNOWN_SERVER/);
221+
expect(expectedError.message).to.match(/GSS failure|UNKNOWN_SERVER|Server not found in Kerberos database/);
222222
});
223223
});
224224

0 commit comments

Comments
 (0)