We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 683f601 + 00473a0 commit 9742463Copy full SHA for 9742463
test/jasmine/tests/mapbox_test.js
@@ -1550,8 +1550,8 @@ describe('mapbox plots', function() {
1550
expect(s.text()).toEqual('© Mapbox © OpenStreetMap Improve this map');
1551
assertLinks(s, [
1552
'https://www.mapbox.com/about/maps/',
1553
- 'http://www.openstreetmap.org/about/',
1554
- 'https://www.mapbox.com/map-feedback/' // Improve this map
+ 'https://www.openstreetmap.org/about/',
+ '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