website-backend icon indicating copy to clipboard operation
website-backend copied to clipboard

validate command is successfully running even when there is no githubApi added

Open tejaskh3 opened this issue 10 months ago • 0 comments

Issue Description

validate-setup command is successfully running even when we are not providing githubApi field in it. It should only work where there is everything provided in local.js

I came to know about this issue while working on my previous task, some of test cases were failing to resolve them I take help from @lakshayman he told me that I have not added githubApi field in my local.js but still validate-setup script was working successfully.

Expected Behavior

validate-setup script should work when local.js have githubApi in local.js along with previous data.

Current Behavior

validate-setup script is working even when we have not provided githubApi in it.

Screenshots

image

Reproducibility

  • [x] This issue is reproducible
  • [ ] This issue is not reproducible

Steps to Reproduce

Severity/Priority

  • [ ] Critical
  • [ ] High
  • [ ] Medium
  • [x] Low

Additional Information

Checklist

  • [x] I have read and followed the project's code of conduct.
  • [x] I have searched for similar issues before creating this one.
  • [x] I have provided all the necessary information to understand and reproduce the issue.
  • [x] I am willing to contribute to the resolution of this issue.

tejaskh3 avatar Apr 24 '24 01:04 tejaskh3