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
Copy file name to clipboardExpand all lines: __tests__/actions/__snapshots__/api.js.snap
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
exports[`actions > api routingQuery should gracefully handle bad response 1`] =`
4
4
Array [
5
+
Array [
6
+
[Function],
7
+
],
5
8
Array [
6
9
Object {
7
10
"payload": Object {
@@ -16,6 +19,9 @@ Array [
16
19
Array [
17
20
[Function],
18
21
],
22
+
Array [
23
+
[Function],
24
+
],
19
25
Array [
20
26
Object {
21
27
"payload": Object {
@@ -35,6 +41,9 @@ Array [
35
41
36
42
exports[`actions > api routingQuery should make a query to OTP 1`] =`
37
43
Array [
44
+
Array [
45
+
[Function],
46
+
],
38
47
Array [
39
48
Object {
40
49
"payload": Object {
@@ -52,4 +61,4 @@ Array [
52
61
]
53
62
`;
54
63
55
-
exports[`actions > api routingQuery should make a query to OTP: OTP Query Path 1`] =`"/api/plan?fromPlace=Origin%20%2812%2C34%29%3A%3A12%2C34&toPlace=Destination%20%2834%2C12%29%3A%3A34%2C12&mode=WALK%2CTRANSIT"`;
64
+
exports[`actions > api routingQuery should make a query to OTP: OTP Query Path 1`] =`"/api/plan?fromPlace=Origin%20%2812%2C34%29%3A%3A12%2C34&toPlace=Destination%20%2834%2C12%29%3A%3A34%2C12&mode=WALK%2CTRANSIT&ignoreRealtimeUpdates=false"`;
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'
0 commit comments