You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A year ago i wrote them that the /haltestellen endpoint claimed there is a UBahn product at "Stühleinshöhstr" while they fixed it in this endpoint, the UBahn is still servicing this station acording to the /abfahrten endpoint.
8) Compare station key to VAG API Haltestellenname
should match key "Bärenschanze" to Haltestellenname:
AssertionError: expected 'Stühleinshöhstr.' to equal 'Bärenschanze'
+ expected - actual
-Stühleinshöhstr.
+Bärenschanze
at Context.<anonymous> (test\compare_static_ubahn_stations_with_puls.js:25:38)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
A year ago i wrote them that the /haltestellen endpoint claimed there is a UBahn product at "Stühleinshöhstr" while they fixed it in this endpoint, the UBahn is still servicing this station acording to the /abfahrten endpoint.
https://start.vag.de/dm/api/v1/haltestellen/VAG?name=B%C3%A4renschanze
https://start.vag.de/dm/api/v1/abfahrten/VAG/BS
Found by one of the new tests for 0.5.0
The text was updated successfully, but these errors were encountered: