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 683f601 commit c5b8862Copy full SHA for c5b8862
test/jasmine/tests/mapbox_test.js
@@ -1550,7 +1550,7 @@ 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/',
+ 'https://www.openstreetmap.org/about/',
1554
'https://www.mapbox.com/map-feedback/' // Improve this map
1555
]);
1556
})
0 commit comments