mozilla / galaxy-api

INACTIVE - http://mzl.la/ghe-archive - To infinity and beyond. The backend API.
http://docs.galaxy.apiary.io/
BSD 3-Clause "New" or "Revised" License
9 stars 11 forks source link

Add tests for UUID vs. slug flows #331

Closed cvan closed 2 years ago

cvan commented 9 years ago

Related to #308.

cvan commented 9 years ago

In the current unit tests for the API controllers, the tests hit URLs with slugs (e.g., GET /games/no-flex-zone). We should test with UUIDs as well (e.g., GET /games/dcfe8eb3-073d-4f22-8fa9-ae3680e877b0).

cvan commented 9 years ago

/cc @AdrianGaudebert