Skip to content

Commit

Permalink
test: reduce error verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
prigaux committed Jan 29, 2024
1 parent 0aa7178 commit cf23b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/ldap_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ server.search(params.base, (req, res, next) => {
return next();
} else {
console.log("ldap_server.search: unknown dn", dn);
console.log(db);
console.log(Object.keys(db));
return next(new ldap.NoSuchObjectError(dn));
}
});
Expand Down

0 comments on commit cf23b67

Please sign in to comment.