Skip to content

Commit 00473a0

Browse files
committed
adjust test - mapbox feedback link also changed
1 parent c5b8862 commit 00473a0

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
@@ -1551,7 +1551,7 @@ describe('mapbox plots', function() {
15511551
assertLinks(s, [
15521552
'https://www.mapbox.com/about/maps/',
15531553
'https://www.openstreetmap.org/about/',
1554-
'https://www.mapbox.com/map-feedback/' // Improve this map
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)