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

Fix postman collection #260

Open
DDmit04 opened this issue Mar 10, 2021 · 3 comments
Open

Fix postman collection #260

DDmit04 opened this issue Mar 10, 2021 · 3 comments

Comments

@DDmit04
Copy link
Contributor

DDmit04 commented Mar 10, 2021

🐛 Describe the bug

There some errors in postman collection.

⚠️ Current behavior

  1. No GET /communities/{communityId}/amenities mapping present in collection
  2. POST /auth/login mapping have wrong body params (no user with this email and password)

✅ Expected behavior

  1. Add GET /communities/{communityId}/amenities mapping
  2. Cange body params from
{
	"email" : "testuser@myhome.com",
	"password" : "testpassword"
}

to

{
	"email" : "test@test.com",
	"password" : "testtest"
}

and add default email/password to postman variables

@13413rahul
Copy link

hey @DDmit04
I would like to fix this issue

@bayotheman
Copy link

hi @jmprathab @DDmit04 @DDmit04, can I take on this task

bayotheman added a commit to bayotheman/MyHome that referenced this issue Oct 31, 2022
bayotheman added a commit to bayotheman/MyHome that referenced this issue Oct 31, 2022
bayotheman added a commit to bayotheman/MyHome that referenced this issue Oct 31, 2022
bayotheman added a commit to bayotheman/MyHome that referenced this issue Oct 31, 2022
@allanrizza
Copy link

@mslowiak @DDmit04 can I take this issue?

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

4 participants