Skip to content

Commit a46c56c

Browse files
committed
test(api.js): update snapshots
1 parent 84ccbb7 commit a46c56c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: __tests__/actions/__snapshots__/api.js.snap

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Array [
3838
"error": [TypeError: Cannot read property 'trackRecent' of undefined],
3939
"requestId": "abcd1239",
4040
"searchId": "abcd1234",
41+
"url": "http://mock-host.com:80/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",
4142
},
4243
"type": "ROUTING_ERROR",
4344
},
@@ -66,6 +67,7 @@ Array [
6667
"error": [Error: Received error from server],
6768
"requestId": "abcd1240",
6869
"searchId": "abcd1237",
70+
"url": "http://mock-host.com:80/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",
6971
},
7072
"type": "ROUTING_ERROR",
7173
},
@@ -111,6 +113,7 @@ Array [
111113
"error": [TypeError: Cannot read property 'trackRecent' of undefined],
112114
"requestId": "abcd1236",
113115
"searchId": "abcd1234",
116+
"url": "http://mock-host.com:80/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",
114117
},
115118
"type": "ROUTING_ERROR",
116119
},

0 commit comments

Comments
 (0)