We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b8862 commit 00473a0Copy full SHA for 00473a0
test/jasmine/tests/mapbox_test.js
@@ -1551,7 +1551,7 @@ describe('mapbox plots', function() {
1551
assertLinks(s, [
1552
'https://www.mapbox.com/about/maps/',
1553
'https://www.openstreetmap.org/about/',
1554
- 'https://www.mapbox.com/map-feedback/' // Improve this map
+ 'https://apps.mapbox.com/feedback/?owner=mapbox&id=basic-v9&access_token=' + MAPBOX_ACCESS_TOKEN // Improve this map
1555
]);
1556
})
1557
.then(done, done.fail);
0 commit comments