mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
SNCB: re-enable reachableFrom ✅
This commit is contained in:
parent
7b914ae939
commit
16671b6dc5
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ const profile = {
|
||||||
trip: true,
|
trip: true,
|
||||||
refreshJourney: true,
|
refreshJourney: true,
|
||||||
radar: true,
|
radar: true,
|
||||||
reachableFrom: false, // todo: fails with `H9240` "HAFAS Kernel: Internal error."
|
reachableFrom: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|
|
@ -98,7 +98,7 @@ tap.test('radar', async (t) => {
|
||||||
t.end()
|
t.end()
|
||||||
})
|
})
|
||||||
|
|
||||||
tap.skip('reachableFrom', async (t) => {
|
tap.test('reachableFrom', async (t) => {
|
||||||
await testReachableFrom({
|
await testReachableFrom({
|
||||||
test: t,
|
test: t,
|
||||||
reachableFrom: client.reachableFrom,
|
reachableFrom: client.reachableFrom,
|
||||||
|
|
Loading…
Add table
Reference in a new issue