From dd52c4ade2ccdd81cc9055061bc99a2ca3abaa94 Mon Sep 17 00:00:00 2001 From: Yureka Date: Wed, 18 Aug 2021 12:43:59 +0200 Subject: [PATCH] adapt fixtures for new price format --- test/fixtures/db-journey-polyline.json | 6 +++--- test/fixtures/db-journey.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/fixtures/db-journey-polyline.json b/test/fixtures/db-journey-polyline.json index 11a72803..dd5d441f 100644 --- a/test/fixtures/db-journey-polyline.json +++ b/test/fixtures/db-journey-polyline.json @@ -369,7 +369,7 @@ { "fareL": [ { - "prc": 6990, + "price": { "amount": 6990 }, "isFromPrice": true, "isBookable": true, "isUpsell": false, @@ -572,7 +572,7 @@ { "fareL": [ { - "prc": 6990, + "price": { "amount": 6990 }, "isFromPrice": true, "isBookable": true, "isUpsell": false, @@ -819,4 +819,4 @@ "bfATS": -1, "bfIOSTS": -1, "planrtTS": "1595762840" -} \ No newline at end of file +} diff --git a/test/fixtures/db-journey.json b/test/fixtures/db-journey.json index 0ac06ba1..057de914 100644 --- a/test/fixtures/db-journey.json +++ b/test/fixtures/db-journey.json @@ -276,7 +276,7 @@ { "fareL": [ { - "prc": 7790, + "price": { "amount": 7790 }, "isFromPrice": true, "isBookable": true, "isUpsell": false, @@ -395,7 +395,7 @@ { "fareL": [ { - "prc": 4990, + "price": { "amount": 4990 }, "isFromPrice": true, "isBookable": true, "isUpsell": false, @@ -530,7 +530,7 @@ { "fareL": [ { - "prc": 4990, + "price": { "amount": 4990 }, "isFromPrice": true, "isBookable": true, "isUpsell": false,