mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
Minor edits
This commit is contained in:
@@ -326,7 +326,7 @@ describe('#rate-routelimit', () => {
|
||||
assert.property(val, 'error')
|
||||
assert.include(
|
||||
val.error,
|
||||
'Too many requests. Your limits are currently 10 requests per minute.'
|
||||
'Too many requests. Your limits are currently'
|
||||
)
|
||||
|
||||
assert.equal(res.locals.rateLimitTriggered, true, 'Rate limits triggered')
|
||||
|
||||
Reference in New Issue
Block a user