fix tests so they pass on a self-signed single 21.10 node
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user