Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add different mapbox style url
  • Loading branch information
marthacryan committed Jan 24, 2025
commit 3ec831c3c82d5620dccd36892765cf660edb7321
2 changes: 1 addition & 1 deletion test/jasmine/tests/mapbox_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ describe('mapbox credentials', function() {
}], {
mapbox: {
accesstoken: MAPBOX_ACCESS_TOKEN,
style: 'mapbox://styles/plotly-js-tests/ck4og36lx0vnj1cpdl8y0cr8m'
style: 'mapbox://styles/examples/cke97f49z5rlg19l310b7uu7j'
}
}).catch(function() {
cnt++;
Expand Down
Loading