naviqore / public-transit-service

Public transit schedule information and connection routing service based on GTFS data and the RAPTOR algorithm.
MIT License
4 stars 1 forks source link

Test/nav 77 integration test for rest controller #55

Closed clukas1 closed 4 months ago

munterfi commented 4 months ago

Thanks @clukas1! I directly implemented my requests, so you can review again :)

clukas1 commented 4 months ago

@munterfi: Changes look good but build was failing due to the extra argument introduced in the service config parser class. Fixed this and added more service config value validation tests. Please check and approve :)