fix tests so they pass on a self-signed single 21.10 node

This commit is contained in:
Nicolas Dextraze
2022-10-22 09:05:18 -04:00
parent 05e716e563
commit aa07b04dd3
5 changed files with 14 additions and 7 deletions

View File

@ -12,6 +12,8 @@ protobufJS.configure();
var settings = {
log: new NoopLogger(),
useSslConnection: true,
validateServer: false
};
if (process.env.TESTS_VERBOSE_LOGGING === '1') {
settings.verboseLogging = true;