test: Non-existing config options should not break anything

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Wolfgang Walther
2022-10-27 17:39:04 +02:00
committed by Wolfgang Walther
parent 9be6747b66
commit 793acd276a
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,2 +1,4 @@
# Not the default, but only works with PG* variables, which are not set
db-config = false
# not existing config options should not break tests
not-existing = "should succeed"