Skip to content

Commit c5b8862

Browse files
committed
adjust test - openstreetmap now is https
1 parent 683f601 commit c5b8862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/mapbox_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ 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/',
1553+
'https://www.openstreetmap.org/about/',
15541554
'https://www.mapbox.com/map-feedback/' // Improve this map
15551555
]);
15561556
})

0 commit comments

Comments
 (0)