MobilityData / mobility-feed-api

Apache License 2.0
8 stars 3 forks source link

Testing improvement: Verify that all returned datasets are really for the specified feed #484

Open jcpitre opened 3 months ago

jcpitre commented 3 months ago

Describe the problem

In #448 we did a survey of missing automatic tests for the API. Here is one of these tests:

Verify that all returned datasets are really for the specified feed. Use the /v1/gtfs_feeds/{id}/datasets endpoint to get all datasets for a given feed. Verify that feed_id is right.

Proposed solution

Add the test

Alternatives you've considered

No response

Additional context

No response