Closed
Description
This task seeks to establish an integration test pattern at the backend API endpoint interface.
Helpful items:
- Consider using httpc-test crate for endpoint testing
- Research and discuss use of a real test database vs use of a mock database provided by seaORM (note: some areas will be ripe for real DB, some ripe for mock DB)
Definition of Done:
- Successfully seed a test database
- Assert expected data on the /organization endpoint using the test data
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done