@@ -177,7 +177,7 @@ describe("Handling versions in the requests classes and clients", function() {
177
177
} ;
178
178
179
179
mockedResponses . set (
180
- `https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/142/quadkeys/122003013022 /depths/0` ,
180
+ `https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/142/quadkeys/23605706 /depths/0` ,
181
181
new Response ( JSON . stringify ( mockedPartitions ) , { headers } )
182
182
) ;
183
183
@@ -202,7 +202,7 @@ describe("Handling versions in the requests classes and clients", function() {
202
202
203
203
expect ( callsToApi . length ) . equals ( 2 ) ; // First to lookup api, second to the Query API.
204
204
expect ( callToQueryApi . args [ 0 ] ) . equals (
205
- "https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/142/quadkeys/122003013022 /depths/0?" +
205
+ "https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/142/quadkeys/23605706 /depths/0?" +
206
206
core . SENT_WITH_PARAM
207
207
) ;
208
208
} ) ;
@@ -265,7 +265,7 @@ describe("Handling versions in the requests classes and clients", function() {
265
265
} ;
266
266
267
267
mockedResponses . set (
268
- `https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/142/quadkeys/122003013022 /depths/0` ,
268
+ `https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/142/quadkeys/23605706 /depths/0` ,
269
269
new Response ( JSON . stringify ( mockedPartitions ) , { headers } )
270
270
) ;
271
271
@@ -509,7 +509,7 @@ describe("Handling versions in the requests classes and clients", function() {
509
509
) ;
510
510
511
511
mockedResponses . set (
512
- `https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/0/quadkeys/122003013022 /depths/0` ,
512
+ `https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/0/quadkeys/23605706 /depths/0` ,
513
513
new Response ( JSON . stringify ( mockedPartitions ) , { headers } )
514
514
) ;
515
515
@@ -535,7 +535,7 @@ describe("Handling versions in the requests classes and clients", function() {
535
535
536
536
expect ( client [ "version" ] ) . equals ( 0 ) ;
537
537
expect ( callToQueryApi . args [ 0 ] ) . equals (
538
- "https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/0/quadkeys/122003013022 /depths/0?" +
538
+ "https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/0/quadkeys/23605706 /depths/0?" +
539
539
core . SENT_WITH_PARAM
540
540
) ;
541
541
} ) ;
@@ -613,7 +613,7 @@ describe("Handling versions in the requests classes and clients", function() {
613
613
) ;
614
614
615
615
mockedResponses . set (
616
- `https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/0/quadkeys/122003013022 /depths/0` ,
616
+ `https://query.data.api.platform.here.com/query/v1/layers/topology-geometry/versions/0/quadkeys/23605706 /depths/0` ,
617
617
new Response ( JSON . stringify ( mockedPartitions ) , { headers } )
618
618
) ;
619
619
0 commit comments