mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
HVV & CMTA: adapt E2E tests to latest data 💚
This commit is contained in:
parent
78a0f0fa54
commit
744590ca43
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ test('Domain to 1104 Elm Street, Austin, TX 78703', async (t) => {
|
||||||
test('Domain to Whole Foods Market - North Lamar Blvd', async (t) => {
|
test('Domain to Whole Foods Market - North Lamar Blvd', async (t) => {
|
||||||
const wholeFoodsMarket = {
|
const wholeFoodsMarket = {
|
||||||
type: 'location',
|
type: 'location',
|
||||||
id: '9830561', // or `9855367`
|
id: '9830513', // or `9855231`
|
||||||
poi: true,
|
poi: true,
|
||||||
name: 'Whole Foods Market - N Lamar Blvd',
|
name: 'Whole Foods Market - N Lamar Blvd',
|
||||||
latitude: 30.270653,
|
latitude: 30.270653,
|
||||||
|
|
|
@ -98,7 +98,7 @@ test('Hamburg Tiefstack to Gilbertstr. 30, Hamburg', async (t) => {
|
||||||
test('Hamburg Tiefstack to Hamburger Meile', async (t) => {
|
test('Hamburg Tiefstack to Hamburger Meile', async (t) => {
|
||||||
const meile = {
|
const meile = {
|
||||||
type: 'location',
|
type: 'location',
|
||||||
id: '980001829',
|
id: '980001831',
|
||||||
poi: true,
|
poi: true,
|
||||||
name: 'Hamburger Meile',
|
name: 'Hamburger Meile',
|
||||||
latitude: 53.572455,
|
latitude: 53.572455,
|
||||||
|
|
Loading…
Add table
Reference in a new issue