Skip to content

Commit

Permalink
Added maxErrorRate and errorRateWindow to config tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Nov 6, 2023
1 parent ad3b9d1 commit 85054bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ describe('Config #noserver', function () {
expect(config).to.have.property('authMode')
expect(config).to.have.property('clusterName')
expect(config).to.have.property('connTimeoutMs')
expect(config).to.have.property('maxErrorRate')
expect(config).to.have.property('errorRateWindow')
expect(config).to.have.property('hosts')
expect(config).to.have.property('log')
expect(config).to.have.property('loginTimeoutMs')
Expand Down

0 comments on commit 85054bc

Please sign in to comment.