Skip to content

Commit

Permalink
UT - Allow empty MongoDB URI in UT config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrazi666 committed Aug 6, 2023
1 parent fd77100 commit 1e44bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const config = convict({
},
uri: {
doc: 'connection string URI',
default: null
default: ''
},
host: {
doc: 'host name',
Expand Down

0 comments on commit 1e44bbe

Please sign in to comment.