Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error handling in sign-up tests and code correction. #8

Open
Vividh25 opened this issue Jul 23, 2021 · 1 comment
Open

Add error handling in sign-up tests and code correction. #8

Vividh25 opened this issue Jul 23, 2021 · 1 comment
Assignees
Labels
enhancement Improving something existing good first issue Good for newcomers invalid This doesn't seem right

Comments

@Vividh25
Copy link
Contributor

Error Handling

Currently if the test user account in the config file is wrong or if RDS is already registered as an OAuth application to the test account, the test fails and doesn't show any messages which can explain the error.

Code Correction

The module.exports in this line:3 exports the whole variable and the value of the exported variable is being treated as an object here line:7. This is causing some problems in the test so export the variable as an object.

@Vividh25 Vividh25 added enhancement Improving something existing good first issue Good for newcomers invalid This doesn't seem right labels Jul 23, 2021
@ghosharnab969
Copy link
Contributor

I would like to take up the task!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving something existing good first issue Good for newcomers invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants