waterthetrees / wtt_server

Water The Trees Postgres/Express/Node.js backend
https://waterthetrees.com
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

Fix request body when creating a tree in tests #72

Closed jazhen closed 2 years ago

jazhen commented 2 years ago

Tests weren't working due to a validation error when creating trees. I added scientific name and city to the request body for creating a tree to fulfill the new requirements.