Skip to content

Commit 9742463

Browse files
authoredOct 18, 2021
Merge pull request #5986 from plotly/openstreetmap-https-link
Adjust `OpenStreetMap` and `Mapbox` tests
2 parents 683f601 + 00473a0 commit 9742463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎test/jasmine/tests/mapbox_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1550,8 +1550,8 @@ describe('mapbox plots', function() {
15501550
expect(s.text()).toEqual('© Mapbox © OpenStreetMap Improve this map');
15511551
assertLinks(s, [
15521552
'https://www.mapbox.com/about/maps/',
1553-
'http://www.openstreetmap.org/about/',
1554-
'https://www.mapbox.com/map-feedback/' // Improve this map
1553+
'https://www.openstreetmap.org/about/',
1554+
'https://apps.mapbox.com/feedback/?owner=mapbox&id=basic-v9&access_token=' + MAPBOX_ACCESS_TOKEN // Improve this map
15551555
]);
15561556
})
15571557
.then(done, done.fail);

0 commit comments

Comments
 (0)
Please sign in to comment.