Closed cvan closed 2 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
).
/cc @AdrianGaudebert
Related to #308.