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

eventController.createEvent method #39

Open
AmrAymanKhalil505 opened this issue May 1, 2017 · 0 comments
Open

eventController.createEvent method #39

AmrAymanKhalil505 opened this issue May 1, 2017 · 0 comments

Comments

@AmrAymanKhalil505
Copy link

AmrAymanKhalil505 commented May 1, 2017

  • white box test.
  • Severity(High)
  • Reported by Amr Ayman Elsayed
  • Description :
    you can add an event without being a service provider in the database as you don't need to log in
    using post man
    you also can add events with a service provider name that doesn't exist using post man
  • Steps to reproduce the issue:
    post using post man
    localhost:3000/event
    {
    "sp_name":"service provider that doesn't exict",
    "title":"anything",
    "date":"1-5-2017",
    "description":"anything"
    }
  • expected results:
    any notification that this business doesn't exist and not to add this in the events also asking me to log in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant