mentorship-backend
mentorship-backend copied to clipboard
Error message mismatches for entering invalid Email id for user under "Sends the user a new verification email"
Describe the bug
When we enter an invalid mail id, an appropriate error message should be shown and listed under the Responses.
To Reproduce
Steps to reproduce the behavior:
- Go to 'user-Sends the user a new verification email'
- Provide the invalid email id
- { "email": "dssfgdsgkhu" }
- Click on 'Execute'.
- Scroll down to 'Responses'.
Expected behavior That error message should be listed in the responses.
Desktop (please complete the following information):
- OS: windows10
- Browser chrome
Additional context The error message generated should match with the error message listed under responses.
@isabelcosta can I take this issue?
Yes @saikirankv :) Go ahead, and let us know if you have any doubt
@isabelcosta here is my PR https://github.com/anitab-org/mentorship-backend/pull/765 tests are passing, what is the process for PR merge.
@saikirankv Someone will review your PR soon
I would like to work on this issue, it would be a perfect start for a beginner like me @SanketDG @isabelcosta
@isabelcosta I think that 400 invalid input pretty much covers all such cases
@harshakhmk you are already assigned a different issue. Please work on one issue at a time.
@isabelcosta I think that 400 invalid input pretty much covers all such cases
Will add status available after discussing this in the open session.
@epicadk previous issue was not clear to proceed, I got stuck in the middle, meanwhile I can work on this
In anycase I think we need to discuss this issue in the open session before moving forward.