Skip to content

Commit e0e0156

Browse files
committed
cleanup of kerberos test
1 parent 0073dd2 commit e0e0156

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/kerberos_tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ exports['Should Correctly Authenticate using kerberos with MongoClient and authe
5757

5858
// Let's write the actual connection code
5959
MongoClient.connect(format("mongodb://%s@%s/kerberos?authMechanism=GSSAPI&authMechanismProperties=SERVICE_NAME:mongodb,CANONICALIZE_HOST_NAME:true&maxPoolSize=1", urlEncodedPrincipal, server), function(err, db) {
60-
console.dir(err)
6160
test.equal(null, err);
6261
test.ok(db != null);
6362

0 commit comments

Comments
 (0)