[convict] incorrect whitespace fixed from test

This commit is contained in:
Vesa Poikajärvi
2017-05-23 13:55:29 +03:00
parent b475ab8f37
commit df2c87326f

View File

@@ -115,7 +115,7 @@ conf
.loadFile('./config/' + env + '.json')
.load({ jsonKey: 'jsonValue' })
.set('key', 'value')
.validate( {allowed: 'warn'} )
.validate({ allowed: 'warn' })
.toString();
var port: number = conf.default('port');