Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Dec 17, 2024
1 parent 76a9baa commit 3524468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/lib/runtimeSettings_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe('Runtime Settings', function () {
const settings = await loadSettings(result)
settings.should.have.property('credentialSecret', 'foo')
settings.should.have.property('httpAdminRoot', '/red')
settings.should.have.property('ui', { path: '/dash' })
settings.should.have.property('ui', { path: '/dash', maxHttpBufferSize: 123 })
settings.should.have.property('disableEditor', true)
settings.should.have.property('apiMaxLength', '123')
settings.should.have.property('debugMaxLength', 456)
Expand Down

0 comments on commit 3524468

Please sign in to comment.