feat(ms-users): 429 error add more info#412
Conversation
| }); | ||
|
|
||
| it('must fail to send challenge email more than once in an hour per user', function test() { | ||
| const msgRe = /^We've already sent you an email, if it doesn't come - please try again in (.*) or send us an email$/; |
There was a problem hiding this comment.
'5 minutes' !~ /\d+/ ((( some other too
| }); | ||
|
|
||
| it('must fail to send challeng email during race condition', function test() { | ||
| const msgRe = /^We've already sent you an email, if it doesn't come - please try again in (.*) or send us an email$/; |
Codecov Report
@@ Coverage Diff @@
## master #412 +/- ##
==========================================
- Coverage 94.57% 94.49% -0.09%
==========================================
Files 130 130
Lines 2361 2343 -18
==========================================
- Hits 2233 2214 -19
- Misses 128 129 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #412 +/- ##
==========================================
+ Coverage 94.52% 94.53% +<.01%
==========================================
Files 130 130
Lines 2375 2377 +2
==========================================
+ Hits 2245 2247 +2
Misses 130 130
Continue to review full report at Codecov.
|
* challenge tests logic change
* no ip vars in error messages
* no duration var - used scalar
802fe87 to
489a79c
Compare
# [11.3.0](v11.2.7...v11.3.0) (2019-09-13) ### Features * **ms-users:** 429 error add more info ([#412](#412)) ([6f989a8](6f989a8))
|
🎉 This PR is included in version 11.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Added ipaddress in HttpError 429 messages