MobilityData / mobility-feed-api

Apache License 2.0
8 stars 3 forks source link

Testing improvement: Test for non-existent ID #478

Open jcpitre opened 2 weeks ago

jcpitre commented 2 weeks ago

Describe the problem

In #448 we did a survey of missing automatic tests for the API. Here is one of these tests: We should add a test that checks the the proper response (404) is returned when a non-existent ID is requests. For all feeds and datasets endpoints. (It might already exists. In that case just close this issue)

Proposed solution

Add the tests

Alternatives you've considered

No response

Additional context

No response