From 1e44bbe36b03411dde91cd8a978b3ff29b87f31a Mon Sep 17 00:00:00 2001 From: lucasbrazi666 Date: Sun, 6 Aug 2023 14:04:27 +0200 Subject: [PATCH] UT - Allow empty MongoDB URI in UT config --- test/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config.js b/test/config.js index 01c5374a06..c5aa998374 100644 --- a/test/config.js +++ b/test/config.js @@ -203,7 +203,7 @@ const config = convict({ }, uri: { doc: 'connection string URI', - default: null + default: '' }, host: { doc: 'host name',